From b59613ccade47b6c5447194c6ff3b9812a62d989 Mon Sep 17 00:00:00 2001 From: tstarling Date: Tue, 27 Mar 2012 11:12:35 +1100 Subject: [PATCH] Fix typo in comment Change-Id: I5861982d91a32b5f65c250dde38fc5ce8f5c2693 --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index a044c5512f..beaca5f46f 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