From 9933c5de5e3a98eb068eaff3fb6de44d3db29ced Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 4 Nov 2008 15:51:09 +0000 Subject: [PATCH] Fix for r42632: grammar --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) ); * -- 2.20.1