Fix new typos introduced in r84799.
This commit is contained in:
parent
9734b9be85
commit
a00a51ebf7
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue