summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editcap.c4
-rw-r--r--extcap/randpktdump.c8
2 files changed, 6 insertions, 6 deletions
diff --git a/editcap.c b/editcap.c
index 331429e016..fcda8b08ac 100644
--- a/editcap.c
+++ b/editcap.c
@@ -759,8 +759,8 @@ print_usage(FILE *output)
fprintf(output, " all packets to the timestamp of the first packet.\n");
fprintf(output, " -E <error probability> set the probability (between 0.0 and 1.0 incl.) that\n");
fprintf(output, " a particular packet byte will be randomly changed.\n");
- fprintf(output, " -o <change offset> When used in conjuction with -E, skip some bytes from the\n");
- fprintf(output, " beginning of the packet. This allows to preserve some\n");
+ fprintf(output, " -o <change offset> When used in conjunction with -E, skip some bytes from the\n");
+ fprintf(output, " beginning of the packet. This allows one to preserve some\n");
fprintf(output, " bytes, in order to have some headers untouched.\n");
fprintf(output, "\n");
fprintf(output, "Output File(s):\n");
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 */