From: Alexandre Emsenhuber Date: Tue, 8 Apr 2008 19:52:19 +0000 (+0000) Subject: Typo, thanks to nikerabbit for reporting it :) X-Git-Tag: 1.31.0-rc.0~48522 X-Git-Url: https://git.cyclocoop.org/admin/%7B%7Blocalurl:Special:UserLogin%7D%7D?a=commitdiff_plain;h=2a46b1b8c3ef491aa0b89ffe41976796baf81769;p=lhc%2Fweb%2Fwiklou.git Typo, thanks to nikerabbit for reporting it :) --- diff --git a/includes/StubObject.php b/includes/StubObject.php index 15aa615af9..0cd453be3a 100644 --- a/includes/StubObject.php +++ b/includes/StubObject.php @@ -128,7 +128,7 @@ class StubContLang extends StubObject { /** * Stub object for the user language. It depends of the user preferences and - * "uselang" parameter that can be passed to inde.php. This object have to be + * "uselang" parameter that can be passed to index.php. This object have to be * in $wgLang global. */ class StubUserLang extends StubObject {