From a00a51ebf7120f30625db81aa05f5eb9d3d0f9ea Mon Sep 17 00:00:00 2001 From: Purodha B Blissenbach Date: Wed, 30 Mar 2011 06:35:32 +0000 Subject: [PATCH] Fix new typos introduced in r84799. --- includes/OutputPage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() -- 2.20.1