From 3ebb2cfe6bfda416ad1ef3c38387959d3c78e6a6 Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Mon, 25 Jul 2016 17:12:30 +0200 Subject: [PATCH] editcap: fix typos Change-Id: Ic5eb5daca1ab7463723ee2b299482929f3e8be56 Reviewed-on: https://code.wireshark.org/review/16666 Reviewed-by: Anders Broman --- editcap.c | 4 ++-- 1 file 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 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");