From ad69935c0bf490eef86ee715f32cb5fd096802e3 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Sat, 5 Apr 2014 21:13:38 +0200 Subject: [PATCH] fix typo in comment in Preferences.php The name of the preference was spelled wrong. Change-Id: I443d0a8fc67c89da36b5c725dd3f3513d4170357 --- includes/Preferences.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Preferences.php b/includes/Preferences.php index 2d1529d6cd..33d9333975 100644 --- a/includes/Preferences.php +++ b/includes/Preferences.php @@ -309,7 +309,7 @@ class Preferences { 'section' => 'personal/info', ); } - // Only show preferhttps if secure login is turned on + // Only show prefershttps if secure login is turned on if ( $wgSecureLogin && wfCanIPUseHTTPS( $context->getRequest()->getIP() ) ) { $defaultPreferences['prefershttps'] = array( 'type' => 'toggle', -- 2.20.1