editcap: fix typos

Change-Id: Ic5eb5daca1ab7463723ee2b299482929f3e8be56
Reviewed-on: https://code.wireshark.org/review/16666
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Dario Lombardo 2016-07-25 17:12:30 +02:00 committed by Anders Broman
parent e14dde056d
commit 3ebb2cfe6b
1 changed files with 2 additions and 2 deletions

View File

@ -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");