Fix typo in r99914
authorMax Semenik <maxsem@users.mediawiki.org>
Sat, 15 Oct 2011 22:08:42 +0000 (22:08 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Sat, 15 Oct 2011 22:08:42 +0000 (22:08 +0000)
includes/specials/SpecialEditWatchlist.php

index f0314a7..97d0073 100644 (file)
@@ -400,7 +400,7 @@ class SpecialEditWatchlist extends UnlistedSpecialPage {
                        }
                }
                if ( $haveInvalidNamespaces ) {
-                       wfDebug( "User {$this->getContext()->getUser()->getId()} has invalid watchlist entries, clening up...\n" );
+                       wfDebug( "User {$this->getContext()->getUser()->getId()} has invalid watchlist entries, cleaning up...\n" );
                        $this->getContext()->getUser()->cleanupWatchlist();
                }