From: Daniel Gruno Date: Sat, 21 Apr 2012 06:13:05 +0000 (+0000) Subject: More typo fixes X-Git-Tag: 2.5.0-alpha~7086 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=912fb9b8770346fa930ec026c86b53c49f73036b;p=apache More typo fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1328589 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/custom-error.xml b/docs/manual/custom-error.xml index 083928b7e2..0409f4af2c 100644 --- a/docs/manual/custom-error.xml +++ b/docs/manual/custom-error.xml @@ -96,7 +96,7 @@ 'REDIRECT_' onto the original header name. This provides the error document the context of the original request.

-

For example, you might recieve, in addition to more usual +

For example, you might receive, in addition to more usual environment variables, the following.

@@ -135,7 +135,7 @@

If you point your ErrorDocument to some variety of dynamic handler such as a server-side include document, CGI script, or some variety of other handler, you may wish to use the - available custom environent variables to customize this + available custom environment variables to customize this response.

If the ErrorDocument specifies a local redirect to a CGI diff --git a/docs/manual/install.xml b/docs/manual/install.xml index eae54e34df..630d64e664 100644 --- a/docs/manual/install.xml +++ b/docs/manual/install.xml @@ -364,7 +364,7 @@ $ tar xvf httpd-NN.tar major releases (for example, from 2.0 to 2.2 or from 2.2 to 2.3), there will likely be major differences in the compile-time and run-time configuration that will require manual adjustments. All - modules will also need to be upgraded to accomodate changes in the + modules will also need to be upgraded to accommodate changes in the module API.

Upgrading from one minor version to the next (for example, from diff --git a/docs/manual/ssl/ssl_faq.xml b/docs/manual/ssl/ssl_faq.xml index 1d688cba07..bd35c3dc4f 100644 --- a/docs/manual/ssl/ssl_faq.xml +++ b/docs/manual/ssl/ssl_faq.xml @@ -607,7 +607,7 @@ error when connecting to my newly installed server? circumvent this issue.

Note that if you have a wildcard SSL certificate, or a - certificate that has multple hostnames on it using subjectAltName + certificate that has multiple hostnames on it using subjectAltName fields, you can use SSL on name-based virtual hosts without further workarounds.

@@ -668,7 +668,7 @@ a negotiable standard compression method.

OpenSSL 0.9.8 started to support this by default when compiled with the zlib option. If both the client and the server support compression, it will be used. However, most clients still try to initially connect with an -SSLv2 Hello. As SSLv2 did not include an array of prefered compression algorithms +SSLv2 Hello. As SSLv2 did not include an array of preferred compression algorithms in its handshake, compression cannot be negotiated with these clients. If the client disables support for SSLv2, either an SSLv3 or TLS Hello may be sent, depending on which SSL library is used, and compression may diff --git a/docs/manual/ssl/ssl_howto.xml b/docs/manual/ssl/ssl_howto.xml index 46c412a522..ebca08faa2 100644 --- a/docs/manual/ssl/ssl_howto.xml +++ b/docs/manual/ssl/ssl_howto.xml @@ -36,7 +36,7 @@ before progressing to the advanced techniques.

Basic Configuration Example -

Your SSL configuration will need to contain, at a minumum, the +

Your SSL configuration will need to contain, at minimum, the following directives.

diff --git a/docs/manual/ssl/ssl_intro.xml b/docs/manual/ssl/ssl_intro.xml index 9bbfafd05d..13f51e0250 100644 --- a/docs/manual/ssl/ssl_intro.xml +++ b/docs/manual/ssl/ssl_intro.xml @@ -450,7 +450,7 @@ the Internet Engineering Task Force (IETF).

to start a session. To do this, the server assigns each SSL session a unique session identifier which is cached in the server and which the client can use in future connections to reduce the handshake time - (until the session identifer expires from the cache of the server).

+ (until the session identifier expires from the cache of the server).

diff --git a/docs/manual/suexec.xml b/docs/manual/suexec.xml index 737e18f56e..995fd7d508 100644 --- a/docs/manual/suexec.xml +++ b/docs/manual/suexec.xml @@ -239,7 +239,7 @@

If it doesn't exist, it can't very well contain files. If we - can't change directory to it, it might aswell not exist. + can't change directory to it, it might as well not exist.