From 1aa896d310b31881032a47723af32c1af5fd6a8b Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Wed, 30 Jun 2010 21:37:19 +0000 Subject: [PATCH] Fix more grammar in r67360's comment (see also r67401) --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index ac5a3e74aa..a506f8b662 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2117,7 +2117,7 @@ $wgValidateAllHtml = false; /** * Default skin, for new users and anonymous visitors. Registered users may * change this to any one of the other available skins in their preferences. - * This have to be completely lowercase; see the "skins" directory for the list + * This has to be completely lowercase; see the "skins" directory for the list * of available skins. */ $wgDefaultSkin = 'vector'; -- 2.20.1