SpecialPage: Fix typo in comment
authorBartosz Dziewoński <matma.rex@gmail.com>
Thu, 25 Jan 2018 20:38:51 +0000 (12:38 -0800)
committerBartosz Dziewoński <matma.rex@gmail.com>
Thu, 25 Jan 2018 20:38:51 +0000 (12:38 -0800)
Change-Id: I03f30b978e5dc7736d24873a04e91f5bb0171a86

includes/specialpage/SpecialPage.php

index 4c3ca54..9f666c2 100644 (file)
@@ -809,7 +809,7 @@ class SpecialPage implements MessageLocalizer {
        public function getFinalGroupName() {
                $name = $this->getName();
 
-               // Allow overbidding the group from the wiki side
+               // Allow overriding the group from the wiki side
                $msg = $this->msg( 'specialpages-specialpagegroup-' . strtolower( $name ) )->inContentLanguage();
                if ( !$msg->isBlank() ) {
                        $group = $msg->text();