fix typo in comment
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 11 Dec 2006 19:54:34 +0000 (19:54 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 11 Dec 2006 19:54:34 +0000 (19:54 +0000)
includes/GlobalFunctions.php

index 8ebdc29..15f3912 100644 (file)
@@ -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.
  *