From: Sam Reed Date: Sat, 13 Nov 2010 12:50:50 +0000 (+0000) Subject: Followup r76612, nfi what a stromg is X-Git-Tag: 1.31.0-rc.0~33901 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=b6a919e54709a7e51a2a1676ef473885fff6fbbf;p=lhc%2Fweb%2Fwiklou.git Followup r76612, nfi what a stromg is --- 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; }