From dbb43b3ea19776eb182db1cb2aff1c4dcc1cd2c6 Mon Sep 17 00:00:00 2001 From: tstarling Date: Tue, 27 Mar 2012 10:44:24 +1100 Subject: [PATCH] Fix typo in comment Change-Id: Ia0af1e53c11c371f70dd60acdf5d32485bd8b3bc --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 47f6641619..27804d77f8 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -22,7 +22,7 @@ class OutputPage extends ContextSource { /// Should be private. Used with addMeta() which adds var $mMetatags = array(); - /// most of the time the first 10 links to an article + /// most of the time the first 10 links to an article var $mKeywords = array(); var $mLinktags = array(); -- 2.20.1