Fix typo in comment
authorSiebrand Mazeland <siebrand@kitano.nl>
Thu, 10 Apr 2014 21:27:27 +0000 (23:27 +0200)
committerAddshore <addshorewiki@gmail.com>
Fri, 11 Apr 2014 11:50:34 +0000 (11:50 +0000)
Change-Id: I18447c07a783f7d68b89b08cf74eed6149f88670

includes/specials/SpecialProtectedpages.php

index e505ecb..5b4ccb5 100644 (file)
@@ -465,7 +465,7 @@ class ProtectedPagesPager extends TablePager {
                                break;
 
                        case 'log_comment':
-                               // when timestamp is null, this is a old protection row
+                               // when timestamp is null, this is an old protection row
                                if ( $row->log_timestamp === null ) {
                                        $formatted = Html::rawElement(
                                                'span',