From: Sean Colombo Date: Sun, 23 Jan 2011 01:59:24 +0000 (+0000) Subject: Minor fix to capitalization in some documentation. X-Git-Tag: 1.31.0-rc.0~32416 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=93763f975917be6dbad181f30e58f4216ba5d802;p=lhc%2Fweb%2Fwiklou.git Minor fix to capitalization in some documentation. --- diff --git a/includes/Title.php b/includes/Title.php index c8fe7b8d27..d215fbcc5d 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -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;