From: Aaron Schulz Date: Tue, 4 Nov 2008 15:51:09 +0000 (+0000) Subject: Fix for r42632: grammar X-Git-Tag: 1.31.0-rc.0~44430 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=9933c5de5e3a98eb068eaff3fb6de44d3db29ced;p=lhc%2Fweb%2Fwiklou.git Fix for r42632: grammar --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index af2e699d53..540113daf5 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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' ) ); *