summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXavier Roche <roche@httrack.com>2015-05-01 17:57:42 +0200
committerXavier Roche <roche@httrack.com>2015-05-01 17:57:42 +0200
commita330983cf703b86d5efe2ca698a415e79274efcd (patch)
tree63074d45588334e73e59fa8a06ee7807ca7334e7 /src
parentc07ffe14788aacf34a9496769f59fbb667a512bb (diff)
parentb7c3340f55d092fbe2222da2b78441401fc02b43 (diff)
Merge pull request #67 from JackDanger/separed
Typo fix: separed -> separated
Diffstat (limited to 'src')
-rw-r--r--src/htshelp.c2
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);