summaryrefslogtreecommitdiff
path: root/extcap/randpktdump.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-01-16 12:22:38 +0100
committerDario Lombardo <lomato@gmail.com>2016-01-16 14:06:10 +0000
commitd326eb98f616a94ef328656ae6df9ff8f08ac2b5 (patch)
tree7ae21e53a0b75dd1c2b5f67120c57fa23e082102 /extcap/randpktdump.c
parentfb22d62df95e2ed4014674e0520698170bb589d3 (diff)
downloadwireshark-d326eb98f616a94ef328656ae6df9ff8f08ac2b5.tar.gz
fix spelling-error-in-binary found by lintian
Change-Id: I2bdb40d287b2c19d40679fb73a8bae5f1debdd98 Reviewed-on: https://code.wireshark.org/review/13330 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Dario Lombardo <lomato@gmail.com>
Diffstat (limited to 'extcap/randpktdump.c')
-rw-r--r--extcap/randpktdump.c8
1 files changed, 4 insertions, 4 deletions
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 <file>: dump data to file or fifo\n");
printf(" --maxbytes <bytes>: max bytes per packet");
printf(" --count <num>: 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 <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 */