Fix new typos introduced in r84799.
authorPurodha B Blissenbach <purodha@users.mediawiki.org>
Wed, 30 Mar 2011 06:35:32 +0000 (06:35 +0000)
committerPurodha B Blissenbach <purodha@users.mediawiki.org>
Wed, 30 Mar 2011 06:35:32 +0000 (06:35 +0000)
includes/OutputPage.php

index 6b3aee2..2fd705d 100644 (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()