summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_include.html
diff options
context:
space:
mode:
authorRandy Terbush <randy@apache.org>1996-12-02 18:14:12 +0000
committerRandy Terbush <randy@apache.org>1996-12-02 18:14:12 +0000
commit5c09d4b24b0da061f0aaf386c123ad187bc041c0 (patch)
tree616b2f210471eaaf51459f84bcb5ea5c7f23ef20 /docs/manual/mod/mod_include.html
parentb8b3e14af72a1d7271947199109adf975f5417d1 (diff)
downloadhttpd-5c09d4b24b0da061f0aaf386c123ad187bc041c0.tar.gz
Spelling corrections
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77156 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_include.html')
-rw-r--r--docs/manual/mod/mod_include.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_include.html b/docs/manual/mod/mod_include.html
index f8466ed9e9..4052baca61 100644
--- a/docs/manual/mod/mod_include.html
+++ b/docs/manual/mod/mod_include.html
@@ -74,7 +74,7 @@ completely. The valid attributes are:
The value specifies a (%-encoded) URL relative path to the CGI script.
If the path does not begin with a (/), then it is taken to be relative to
the current document. The document referenced by this path is invoked
-as a CGI script, even if the server would not normally recognise it as
+as a CGI script, even if the server would not normally recognize it as
such. However, the directory containing the script must be enabled for
CGI scripts (with <A HREF="mod_alias.html#scriptalias">ScriptAlias</A>
or the ExecCGI <A HREF="core.html#options">Option</A>).<p>
@@ -244,7 +244,7 @@ elements are:
<P> Anything that's not recognized as a variable or an operator is
treated as a string. Strings can also be quoted: <I>'string'</I>.
Unquoted strings can't contain whitespace (blanks and tabs)
- because it is used to seperate tokens such as variables. If
+ because it is used to separate tokens such as variables. If
multiple strings are found in a row, they are concatenated using
blanks. So,