aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-05-02 06:45:22 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-05-02 06:45:22 +0000
commit6873f7d92d7c29ca9ec59d2ddfc95804769208bb (patch)
tree5fe49ecb10d23a3c191ad445a892e4aeaaf6fa0f /doc
parenta502fef5e9551733a168417e1e31f0c2b40e4eb9 (diff)
From Reinhard Speyerer:
This patch fixes several misspellings/typos in Wireshark documentation. svn path=/trunk/; revision=28246
Diffstat (limited to 'doc')
-rw-r--r--doc/wireshark-filter.pod.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/wireshark-filter.pod.template b/doc/wireshark-filter.pod.template
index 34678b5b63..9129d73cd0 100644
--- a/doc/wireshark-filter.pod.template
+++ b/doc/wireshark-filter.pod.template
@@ -341,7 +341,7 @@ ip.addr field equal to 192.168.4.1". If one ip.addr is 192.168.4.1,
the packet does not pass. If B<neither> ip.addr field is 192.168.4.1,
then the packet is displayed.
-It is easy to think of the 'ne' and 'eq' operators as having an implict
+It is easy to think of the 'ne' and 'eq' operators as having an implicit
"exists" modifier when dealing with multiply-recurring fields. "ip.addr
ne 192.168.4.1" can be thought of as "there exists an ip.addr that does
not equal 192.168.4.1". "not ip.addr eq 192.168.4.1" can be thought of as