From: Brion Vibber Date: Mon, 11 Dec 2006 19:54:34 +0000 (+0000) Subject: fix typo in comment X-Git-Tag: 1.31.0-rc.0~54936 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=2148b1c90fe00ef19bbb928e80289aad31abc13e;p=lhc%2Fweb%2Fwiklou.git fix typo in comment --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 8ebdc2991b..15f3912452 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -1087,7 +1087,7 @@ function wfHttpError( $code, $label, $desc ) { * output image files without ob_gzhandler's compression. * * The optional $resetGzipEncoding parameter controls suppression of - * the Content-Handler header sent by ob_gzhandler; by default it + * the Content-Encoding header sent by ob_gzhandler; by default it * is left. See comments for wfClearOutputBuffers() for why it would * be used. *