From d326eb98f616a94ef328656ae6df9ff8f08ac2b5 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Sat, 16 Jan 2016 12:22:38 +0100 Subject: fix spelling-error-in-binary found by lintian Change-Id: I2bdb40d287b2c19d40679fb73a8bae5f1debdd98 Reviewed-on: https://code.wireshark.org/review/13330 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte Reviewed-by: Dario Lombardo --- extcap/randpktdump.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extcap/randpktdump.c') diff --git a/extcap/randpktdump.c b/extcap/randpktdump.c index a46430be0b..46eaf390d2 100644 --- a/extcap/randpktdump.c +++ b/extcap/randpktdump.c @@ -186,8 +186,8 @@ static void help(const char* binname) printf(" --fifo : dump data to file or fifo\n"); printf(" --maxbytes : max bytes per packet"); printf(" --count : number of packets to generate\n"); - printf(" --random-type: one random type is choosen for all packets\n"); - printf(" --all-random: a random type is choosen for each packet\n"); + printf(" --random-type: one random type is chosen for all packets\n"); + printf(" --all-random: a random type is chosen for each packet\n"); printf(" --type : the packet type\n"); printf("\n\nPacket types:\n"); randpkt_example_list(&abbrev_list, &longname_list, &list_num); @@ -231,10 +231,10 @@ static int list_config(char *interface) "{type=long}{default=1000}{tooltip=Number of packets to generate (-1 for infinite)}\n", inc++); printf("arg {number=%u}{call=--random-type}{display=Random type}" - "{type=boolean}{default=false}{tooltip=The packets type is randomly choosen}\n", + "{type=boolean}{default=false}{tooltip=The packets type is randomly chosen}\n", inc++); printf("arg {number=%u}{call=--all-random}{display=All random packets}" - "{type=boolean}{default=false}{tooltip=Packet type for each packet is randomly choosen}\n", + "{type=boolean}{default=false}{tooltip=Packet type for each packet is randomly chosen}\n", inc++); /* Now the types */ -- cgit v1.2.1