Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -1087,7 +1087,7 @@ |
1088 | 1088 | * output image files without ob_gzhandler's compression. |
1089 | 1089 | * |
1090 | 1090 | * 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 |
1092 | 1092 | * is left. See comments for wfClearOutputBuffers() for why it would |
1093 | 1093 | * be used. |
1094 | 1094 | * |