From 658888e00bed28f63c095978d50c938b48eda0b9 Mon Sep 17 00:00:00 2001 From: Platonides Date: Sun, 19 Jun 2011 19:39:54 +0000 Subject: [PATCH] HTTP name --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 4d88a8d114..6e334bba09 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -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; -- 2.20.1