aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-06-13 07:07:51 +0000
committerGuy Harris <guy@alum.mit.edu>2003-06-13 07:07:51 +0000
commita67a96191bae586e83a695f3aa9bf26fea8230d0 (patch)
tree7f8ea0bcd3a5f6cb5c283df922d14c06681c0cea
parenteecc575e23faad23e52b5747d0e85431dfc88bbc (diff)
Fix some typoes.
svn path=/trunk/; revision=7872
-rw-r--r--doc/ethereal.pod.template4
-rw-r--r--doc/tethereal.pod.template4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/ethereal.pod.template b/doc/ethereal.pod.template
index 58b9b6339a..b8d5c34d7e 100644
--- a/doc/ethereal.pod.template
+++ b/doc/ethereal.pod.template
@@ -1324,7 +1324,7 @@ you to look at the nth byte of a packet regardless of its frame type
The following syntax governs slices:
[i:j] i = start_offset, j = length
- [i-j] i = start_offet, j = end_offset, inclusive.
+ [i-j] i = start_offset, j = end_offset, inclusive.
[i] i = start_offset, length = 1
[:j] start_offset = 0, length = j
[i:] start_offset = i, end_offset = end_of_field
@@ -1391,7 +1391,7 @@ packets to address 224.1.2.3, then using:
may be too restrictive. Filtering with "ip.dst" selects only those
B<IP> packets that satisfy the rule. Any other packets, including all
-non-IP packets, will not displayed. For displaying also the non-IP
+non-IP packets, will not be displayed. For displaying also the non-IP
packets, you can use one of the following two expressions:
not ip or ip.dst ne 224.1.2.3
diff --git a/doc/tethereal.pod.template b/doc/tethereal.pod.template
index ddad880b82..29a91f8217 100644
--- a/doc/tethereal.pod.template
+++ b/doc/tethereal.pod.template
@@ -701,7 +701,7 @@ you to look at the nth byte of a packet regardless of its frame type
The following syntax governs slices:
[i:j] i = start_offset, j = length
- [i-j] i = start_offet, j = end_offset, inclusive.
+ [i-j] i = start_offset, j = end_offset, inclusive.
[i] i = start_offset, length = 1
[:j] start_offset = 0, length = j
[i:] start_offset = i, end_offset = end_of_field
@@ -768,7 +768,7 @@ packets to address 224.1.2.3, then using:
may be too restrictive. Filtering with "ip.dst" selects only those
B<IP> packets that satisfy the rule. Any other packets, including all
-non-IP packets, will not printed. For printing also the non-IP
+non-IP packets, will not be printed. For printing also the non-IP
packets, you can use one of the following two expressions:
not ip or ip.dst ne 224.1.2.3