r18265 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r18264‎ | r18265 | r18266 >
Date:19:54, 11 December 2006
Author:brion
Status:old
Tags:
Comment:
fix typo in comment
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -1087,7 +1087,7 @@
10881088 * output image files without ob_gzhandler's compression.
10891089 *
10901090 * The optional $resetGzipEncoding parameter controls suppression of
1091 - * the Content-Handler header sent by ob_gzhandler; by default it
 1091+ * the Content-Encoding header sent by ob_gzhandler; by default it
10921092 * is left. See comments for wfClearOutputBuffers() for why it would
10931093 * be used.
10941094 *