]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix cut'n'paste error
authorStefan Fritsch <sf@apache.org>
Sat, 17 Nov 2012 17:48:29 +0000 (17:48 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 17 Nov 2012 17:48:29 +0000 (17:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1410756 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/expr.xml

index c3252c21a267ff19199d51c2042b05cafc35d61d..cbf0d4e2d96354931f3f7e6ad1eeae5ef148fe54 100644 (file)
@@ -229,10 +229,10 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
             corresponds to HTTP/1.1 and <code>9</code> corresponds
             to HTTP/0.9</td></tr>
     <tr><td><code>SERVER_PROTOCOL_VERSION_MAJOR</code></td>
-        <td>A major version part of the HTTP version of the request,
+        <td>The major version part of the HTTP version of the request,
             e.g. <code>1</code> for HTTP/1.0</td></tr>
     <tr><td><code>SERVER_PROTOCOL_VERSION_MINOR</code></td>
-        <td>A minor version part of the HTTP version of the request,
+        <td>The minor version part of the HTTP version of the request,
             e.g. <code>0</code> for HTTP/1.0</td></tr>
     <tr><td><code>DOCUMENT_ROOT</code></td>
         <td>The <directive module="core">DocumentRoot</directive> of