Fix typo in comment
authortstarling <tstarling@wikimedia.org>
Tue, 27 Mar 2012 00:12:35 +0000 (11:12 +1100)
committertstarling <tstarling@wikimedia.org>
Tue, 27 Mar 2012 00:12:35 +0000 (11:12 +1100)
Change-Id: I5861982d91a32b5f65c250dde38fc5ce8f5c2693

includes/OutputPage.php

index a044c55..beaca5f 100644 (file)
@@ -22,7 +22,7 @@ class OutputPage extends ContextSource {
        /// Should be private. Used with addMeta() which adds <meta>
        var $mMetatags = array();
 
-       /// <meta keyworkds="stuff"> most of the time the first 10 links to an article
+       /// <meta keywords="stuff"> most of the time the first 10 links to an article
        var $mKeywords = array();
 
        var $mLinktags = array();