summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Danger Canty <jackdanger@squareup.com>2015-05-01 08:48:00 -0700
committerJack Danger Canty <jackdanger@squareup.com>2015-05-01 08:48:00 -0700
commitb7c3340f55d092fbe2222da2b78441401fc02b43 (patch)
tree63074d45588334e73e59fa8a06ee7807ca7334e7
parentc07ffe14788aacf34a9496769f59fbb667a512bb (diff)
Typo fix: separed -> separated
-rw-r--r--html/fcguide.html2
-rw-r--r--html/step9_opt11.html2
-rw-r--r--src/htshelp.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/html/fcguide.html b/html/fcguide.html
index adb6971..80ab839 100644
--- a/html/fcguide.html
+++ b/html/fcguide.html
@@ -1319,7 +1319,7 @@ pages" This is possible, using: -%A asp=text/html
<p align=justify> The -%A option can be replaced by the alias --assume
asp=text/html which is MUCH more clear. You can use multiple
-definitions, separed by ",", or use multiple options. Therefore, these
+definitions, separated by ",", or use multiple options. Therefore, these
two lines are identical:
<pre>
diff --git a/html/step9_opt11.html b/html/step9_opt11.html
index 12caeee..55ece29 100644
--- a/html/step9_opt11.html
+++ b/html/step9_opt11.html
@@ -126,7 +126,7 @@ This is possible, using:
File type: <tt>asp</tt> MIME identity: <tt>text/html</tt>
<br>
<br>
-You can declare multiple definitions, or declare multiple types separed by ",", like in:
+You can declare multiple definitions, or declare multiple types separated by ",", like in:
<br>
File type: <tt>asp,php,php3</tt> MIME identity: <tt>text/html</tt>
<br>
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);