SpecialUserlogin: fix typo in comment
authorMatmaRex <matma.rex@gmail.com>
Sun, 30 Jun 2013 20:46:45 +0000 (22:46 +0200)
committerMatmarex <matma.rex@gmail.com>
Mon, 1 Jul 2013 23:35:02 +0000 (23:35 +0000)
Change-Id: Ia67e2b0b87ca09aaa1ad285867ccd3f4a95a6026

includes/specials/SpecialUserlogin.php

index 71efefa..b1a123e 100644 (file)
@@ -158,7 +158,7 @@ class LoginForm extends SpecialPage {
 
                $this->load();
 
-               // Check for [[Special:Userlogin/signup]. This affects form display and
+               // Check for [[Special:Userlogin/signup]]. This affects form display and
                // page title.
                if ( $subPage == 'signup' ) {
                        $this->mType = 'signup';