HTTP name
authorPlatonides <platonides@users.mediawiki.org>
Sun, 19 Jun 2011 19:39:54 +0000 (19:39 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sun, 19 Jun 2011 19:39:54 +0000 (19:39 +0000)
includes/OutputPage.php

index 4d88a8d..6e334bb 100644 (file)
@@ -79,7 +79,7 @@ class OutputPage {
         * to compare its cached version with the server version. Client sends
         * headers If-Match and If-None-Match containing its locally cached ETAG value.
         *
-        * To get more information, you will have to look at HTTP1/1 protocols which
+        * To get more information, you will have to look at HTTP/1.1 protocol which
         * is properly described in RFC 2616 : http://tools.ietf.org/html/rfc2616
         */
        var $mETag = false;