aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2016-07-29 14:07:09 +0200
committerMichael Mann <mmann78@netscape.net>2016-07-29 15:02:05 +0000
commit042b49a24d182e8d5ea1c43569700d6e9ee44ddf (patch)
treea5820c949b6a9da48d97b5d95db3552ad0165baf /editcap.c
parentf5dff39232f98db9b9d60bf05a64eab98868aa59 (diff)
editcap: fix typos
Change-Id: I24c455afc51749a665e452312332d167831f19d2 Reviewed-on: https://code.wireshark.org/review/16760 Reviewed-by: Michael Mann <mmann78@netscape.net>
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 cc1a0c9d38..70d0823199 100644
--- a/editcap.c
+++ b/editcap.c
@@ -754,7 +754,7 @@ print_usage(FILE *output)
fprintf(output, " Useful to remove duplicated packets taken on\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, " 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");
fprintf(output, " NOTE: The use of the 'Duplicate packet removal' options with\n");
@@ -777,7 +777,7 @@ print_usage(FILE *output)
fprintf(output, " and/or snapping.\n");
fprintf(output, " -t <time adjustment> adjust the timestamp of each packet.\n");
fprintf(output, " <time adjustment> is in relative seconds (e.g. -0.5).\n");
- fprintf(output, " -S <strict adjustment> adjust timestamp of packets if necessary to insure\n");
+ fprintf(output, " -S <strict adjustment> adjust timestamp of packets if necessary to ensure\n");
fprintf(output, " strict chronological increasing order. The <strict\n");
fprintf(output, " adjustment> is specified in relative seconds with\n");
fprintf(output, " values of 0 or 0.000001 being the most reasonable.\n");