]> granicus.if.org Git - apache/commitdiff
More typo fixes
authorDaniel Gruno <humbedooh@apache.org>
Sat, 21 Apr 2012 06:13:05 +0000 (06:13 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sat, 21 Apr 2012 06:13:05 +0000 (06:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1328589 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/custom-error.xml
docs/manual/install.xml
docs/manual/ssl/ssl_faq.xml
docs/manual/ssl/ssl_howto.xml
docs/manual/ssl/ssl_intro.xml
docs/manual/suexec.xml

index 083928b7e2b4c3143e66a3c09d0860db3f856697..0409f4af2c4e45d4cabba51a273f836ffd7e2d26 100644 (file)
@@ -96,7 +96,7 @@
       'REDIRECT_' onto the original header name. This provides the error
       document the context of the original request.</p>
 
-      <p>For example, you might recieve, in addition to more usual
+      <p>For example, you might receive, in addition to more usual
       environment variables, the following.</p>
 
       <example>
       <p>If you point your <code>ErrorDocument</code> 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.</p>
 
       <p>If the ErrorDocument specifies a local redirect to a CGI
index eae54e34df701c7451b095fd0b6f313753399de4..630d64e664e6555ddf1c72b09cab69dc303be603 100644 (file)
@@ -364,7 +364,7 @@ $ tar xvf httpd-<em>NN</em>.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.</p>
 
     <p>Upgrading from one minor version to the next (for example, from
index 1d688cba07a12712dba794da29e062f1ff3f016b..bd35c3dc4fd1fad7caea14c8e734e59328893d0a 100644 (file)
@@ -607,7 +607,7 @@ error when connecting to my newly installed server?</title>
     circumvent this issue.</p>
     
     <p>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.</p>
 </section>
@@ -668,7 +668,7 @@ a negotiable standard compression method.
 <p>OpenSSL 0.9.8 started to support this by default when compiled with the
 <code>zlib</code> 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
index 46c412a522d0ddb74e4cbd260a1020a116ec0970..ebca08faa21b348e1310caef5ca780e38fc6bd94 100644 (file)
@@ -36,7 +36,7 @@ before progressing to the advanced techniques.</p>
 <section id="configexample">
 <title>Basic Configuration Example</title>
 
-<p>Your SSL configuration will need to contain, at a minumum, the
+<p>Your SSL configuration will need to contain, at minimum, the
 following directives.</p>
 
 <example>
index 9bbfafd05ddfb2799fbc7b78aed1e8f09145b8aa..13f51e02507ebd37d6d84488227c5fe2e9fc6548 100644 (file)
@@ -450,7 +450,7 @@ the Internet Engineering Task Force (IETF).</p>
     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).</p>
+    (until the session identifier expires from the cache of the server).</p>
     </note>
 
     <p class="figure">
index 737e18f56ed9bc5666526c28f1754f7fa200b31a..995fd7d5082fa711e9882e6b966d9c36d7d064ad 100644 (file)
 
         <p class="indent">
           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.
         </p>
       </li>