From 2148b1c90fe00ef19bbb928e80289aad31abc13e Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 11 Dec 2006 19:54:34 +0000 Subject: [PATCH] fix typo in comment --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- 2.20.1