Fix typo in comment
authortstarling <tstarling@wikimedia.org>
Mon, 26 Mar 2012 23:44:24 +0000 (10:44 +1100)
committertstarling <tstarling@wikimedia.org>
Mon, 26 Mar 2012 23:44:24 +0000 (10:44 +1100)
Change-Id: Ia0af1e53c11c371f70dd60acdf5d32485bd8b3bc

includes/OutputPage.php

index 47f6641..27804d7 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();