aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2016-07-25 17:12:30 +0200
committerAnders Broman <a.broman58@gmail.com>2016-07-25 16:08:03 +0000
commit3ebb2cfe6bfda416ad1ef3c38387959d3c78e6a6 (patch)
tree512bea3de49bbe8f27d077dadb4fbcad6b06aa05 /editcap.c
parente14dde056d373046243677236ad987640dc043be (diff)
editcap: fix typos
Change-Id: Ic5eb5daca1ab7463723ee2b299482929f3e8be56 Reviewed-on: https://code.wireshark.org/review/16666 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'editcap.c')
-rw-r--r--editcap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/editcap.c b/editcap.c
index c2fa9c9671..29ce0a9938 100644
--- a/editcap.c
+++ b/editcap.c
@@ -752,8 +752,8 @@ print_usage(FILE *output)
fprintf(output, " -I <bytes to ignore> ignore the specified bytes at the beginning of\n");
fprintf(output, " the frame during MD5 hash calculation\n");
fprintf(output, " Useful to remove duplicated packets taken on\n");
- fprintf(output, " several routers(differents mac addresses for \n");
- fprintf(output, " example)\n");
+ fprintf(output, " several routers (different mac addresses for \n");
+ fprintf(output, " example).\n");
fprintf(output, " e.g. -I 26 in case of Ether/IP/ will ignore \n");
fprintf(output, " ether(14) and IP header(20 - 4(src ip) - 4(dst ip)).\n");
fprintf(output, "\n");