Restore all the search messages destroyed by r42366
[lhc/web/wiklou.git] / maintenance / checkUsernames.php
index fe7fb13..77565b9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * This script verify that database usernames are actually valid.
+ * This script verifies that database usernames are actually valid.
  * An existing usernames can become invalid if User::isValidUserName()
  * is altered or if we change the $wgMaxNameChars
  * @file