Index: trunk/phase3/includes/Defines.php |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | /** |
4 | 4 | * A few constants that might be needed during LocalSettings.php. |
5 | 5 | * |
6 | | - * Note: these constants must all be resolvable at compile time by HipHop, |
| 6 | + * Note: these constants must all be resolvable at compile time by HipHop, |
7 | 7 | * since this file will not be executed during request startup for a compiled |
8 | 8 | * MediaWiki. |
9 | 9 | * |