From 2a46b1b8c3ef491aa0b89ffe41976796baf81769 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Tue, 8 Apr 2008 19:52:19 +0000 Subject: [PATCH] Typo, thanks to nikerabbit for reporting it :) --- includes/StubObject.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.20.1