Fix new typos introduced in r84799.

This commit is contained in:
Purodha B Blissenbach 2011-03-30 06:35:32 +00:00
parent 9734b9be85
commit a00a51ebf7

View file

@ -37,9 +37,9 @@ class OutputPage {
var $mBodytext = '';
/**
* Holds the debug lines that will be outputt as comments in page source if
* Holds the debug lines that will be output as comments in page source if
* $wgDebugComments is enabled. See also $wgShowDebug.
* TODO: make a better method for this
* TODO: make a getter method for this
*/
public $mDebugtext = ''; // TODO: we might want to replace it by wfDebug() wfDebugLog()