summaryrefslogtreecommitdiff
path: root/doc/editcap.pod
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-01-16 12:20:16 +0100
committerMichael Mann <mmann78@netscape.net>2016-01-16 17:55:12 +0000
commit409914a143367e1bf10e88d0bfd1ea8258af1049 (patch)
tree579363083bcc7cc6540d2eaa7409e3783ae80666 /doc/editcap.pod
parent988aebf5177ee65f229953c26a41880e5c000021 (diff)
downloadwireshark-409914a143367e1bf10e88d0bfd1ea8258af1049.tar.gz
doc: fix spelling-error-in-manpage found by lintian
Change-Id: I848159f0c960e0e8ece09c7c96dda6deb0ec6046 Reviewed-on: https://code.wireshark.org/review/13329 Reviewed-by: Dario Lombardo <lomato@gmail.com> Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'doc/editcap.pod')
-rw-r--r--doc/editcap.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/editcap.pod b/doc/editcap.pod
index 96dd003ad1..a122332f1d 100644
--- a/doc/editcap.pod
+++ b/doc/editcap.pod
@@ -191,7 +191,7 @@ whether B<-L> is specified or not). See also B<-C <choplen>> and B<-s <snaplen>
=item -o E<lt>change offsetE<gt>
-When used in conjuction with -E, skip some bytes from the beginning of the packet
+When used in conjunction with -E, skip some bytes from the beginning of the packet
from being changed. In this way some headers don't get changed, and the fuzzer is
more focused on a smaller part of the packet. Keeping a part of the packet fixed
the same dissector is triggered, that make the fuzzing more precise.