From ca73cf888ba22dacdd1a3762d59161fffa5be497 Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Wed, 21 Dec 2011 15:09:01 +0000 Subject: [PATCH] follow up to r106883, typo fixes --- includes/DefaultSettings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 21e9ce2d96..aeecfa3bf6 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -4092,9 +4092,9 @@ $wgDeprecationReleaseLimit = '1.17'; /** * Function name whitelist for wfDeprecated warnings. You will not be warned - * for usage of deprecated functions in this list. This is mainly usefull + * for usage of deprecated functions in this list. This is mainly useful * for extension developers unable to not use certain deprecated functions - * due to backward compatinility reasons. + * due to backward compatibility reasons. * @since 1.19 * @var array */ -- 2.20.1