fix typo in comment in Preferences.php

The name of the preference was spelled wrong.

Change-Id: I443d0a8fc67c89da36b5c725dd3f3513d4170357
This commit is contained in:
umherirrender 2014-04-05 21:13:38 +02:00 committed by IAlex
parent fdd4e3007d
commit ad69935c0b

View file

@ -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',