From 80633b7759b21fb51bb4280a6d524e1e8c7a8ff8 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Sat, 20 Aug 2011 12:47:17 +0000 Subject: [PATCH] Fix typo --- includes/Namespace.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Namespace.php b/includes/Namespace.php index 95c167b2a2..0883011fc0 100644 --- a/includes/Namespace.php +++ b/includes/Namespace.php @@ -27,7 +27,7 @@ class MWNamespace { /** * Throw an exception when trying to get the subject or talk page * for a given namespace where it does not make sense. - * Special namespaces are defined in includes/define.php and have + * Special namespaces are defined in includes/Defines.php and have * a value below 0 (ex: NS_SPECIAL = -1 , NS_MEDIA = -2) * * @param $index -- 2.20.1