Minor fix to capitalization in some documentation.
authorSean Colombo <sean_colombo@users.mediawiki.org>
Sun, 23 Jan 2011 01:59:24 +0000 (01:59 +0000)
committerSean Colombo <sean_colombo@users.mediawiki.org>
Sun, 23 Jan 2011 01:59:24 +0000 (01:59 +0000)
includes/Title.php

index c8fe7b8..d215fbc 100644 (file)
@@ -41,7 +41,7 @@ class Title {
        const CACHE_MAX = 1000;
 
        /**
-        * Used to be GAID_FOR_UPDATE define. Used with getArticleId() and friends
+        * Used to be GAID_FOR_UPDATE define. Used with getArticleID() and friends
         * to use the master DB
         */
        const GAID_FOR_UPDATE = 1;