From: Purodha B Blissenbach Date: Wed, 30 Mar 2011 06:35:32 +0000 (+0000) Subject: Fix new typos introduced in r84799. X-Git-Tag: 1.31.0-rc.0~31136 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=a00a51ebf7120f30625db81aa05f5eb9d3d0f9ea;p=lhc%2Fweb%2Fwiklou.git Fix new typos introduced in r84799. --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 6b3aee206f..2fd705d001 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -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()