Fix for r42632: grammar
authorAaron Schulz <aaron@users.mediawiki.org>
Tue, 4 Nov 2008 15:51:09 +0000 (15:51 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Tue, 4 Nov 2008 15:51:09 +0000 (15:51 +0000)
includes/DefaultSettings.php

index af2e699..540113d 100644 (file)
@@ -1259,7 +1259,7 @@ $wgImplicitGroups = array( '*', 'user', 'autoconfirmed' );
  *
  * Setting the list of groups to add or revoke to true is equivalent to "any group".
  * 
- * For example to allow sysops to add themselves to the "bot" group:
+ * For example, to allow sysops to add themselves to the "bot" group:
  *
  *    $wgGroupsAddToSelf = array( 'sysop' => array( 'bot' ) );
  *