diff --git a/includes/Preferences.php b/includes/Preferences.php index 2d1529d6cd8..33d9333975d 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',