diff options
author | Jack Danger Canty <jackdanger@squareup.com> | 2015-05-01 08:48:00 -0700 |
---|---|---|
committer | Jack Danger Canty <jackdanger@squareup.com> | 2015-05-01 08:48:00 -0700 |
commit | b7c3340f55d092fbe2222da2b78441401fc02b43 (patch) | |
tree | 63074d45588334e73e59fa8a06ee7807ca7334e7 /src/htshelp.c | |
parent | c07ffe14788aacf34a9496769f59fbb667a512bb (diff) |
Typo fix: separed -> separated
Diffstat (limited to 'src/htshelp.c')
-rw-r--r-- | src/htshelp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htshelp.c b/src/htshelp.c index b75b80a..65a3bd1 100644 --- a/src/htshelp.c +++ b/src/htshelp.c @@ -299,7 +299,7 @@ void help_wizard(httrackp * opt) { // Options do { printf - ("\nYou can define additional options, such as recurse level (-r<number>), separed by blank spaces\n"); + ("\nYou can define additional options, such as recurse level (-r<number>), separated by blank spaces\n"); printf("To see the option list, type help\n"); printf("Additional options (return=none) :"); linput(stdin, str, 250); |