Index: trunk/phase3/includes/specials/SpecialEditWatchlist.php |
— | — | @@ -400,7 +400,7 @@ |
401 | 401 | } |
402 | 402 | } |
403 | 403 | if ( $haveInvalidNamespaces ) { |
404 | | - wfDebug( "User {$this->getContext()->getUser()->getId()} has invalid watchlist entries, clening up...\n" ); |
| 404 | + wfDebug( "User {$this->getContext()->getUser()->getId()} has invalid watchlist entries, cleaning up...\n" ); |
405 | 405 | $this->getContext()->getUser()->cleanupWatchlist(); |
406 | 406 | } |
407 | 407 | |