From 93763f975917be6dbad181f30e58f4216ba5d802 Mon Sep 17 00:00:00 2001 From: Sean Colombo Date: Sun, 23 Jan 2011 01:59:24 +0000 Subject: [PATCH] Minor fix to capitalization in some documentation. --- includes/Title.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1