aboutsummaryrefslogtreecommitdiffstats
path: root/doc/wireshark-filter.pod
diff options
context:
space:
mode:
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-09 03:20:15 +0000
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-09 03:20:15 +0000
commit9dda050b7a7c3b1f687eb6af6dac0f3d1d1b2221 (patch)
tree0cd30534df1fd5ca7a5216b0251841ff1f120a9f /doc/wireshark-filter.pod
parent656d9a2571780769e52d2f6cac7d64d4f28d25c3 (diff)
Fixed typos.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34816 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doc/wireshark-filter.pod')
-rw-r--r--doc/wireshark-filter.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/wireshark-filter.pod b/doc/wireshark-filter.pod
index df1e0b489e..f15bae66e2 100644
--- a/doc/wireshark-filter.pod
+++ b/doc/wireshark-filter.pod
@@ -297,7 +297,7 @@ have the same number of bytes as the slice itself, as in:
=head2 Logical expressions
Tests can be combined using logical expressions.
-These too are expressable in C-like syntax or with English-like
+These too are expressible in C-like syntax or with English-like
abbreviations:
and, && Logical AND
@@ -366,7 +366,7 @@ packets as well, you can use one of the following two expressions:
The first filter uses "not ip" to include all non-IP packets and then
lets "ip.dst ne 224.1.2.3" filter out the unwanted IP packets. The
second filter has already been explained above where filtering with
-multiply occuring fields was discussed.
+multiply occurring fields was discussed.
=head1 FILTER FIELD REFERENCE