From b6a919e54709a7e51a2a1676ef473885fff6fbbf Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sat, 13 Nov 2010 12:50:50 +0000 Subject: [PATCH] Followup r76612, nfi what a stromg is --- includes/Title.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Title.php b/includes/Title.php index a772f3c38d..2eef75b06d 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -595,7 +595,7 @@ class Title { /** * Get the main part with underscores * - * @return Stromg: Main part of the title, with underscores + * @return String: Main part of the title, with underscores */ public function getDBkey() { return $this->mDbkeyform; } -- 2.20.1