* Fix typo in RELEASE-NOTES introduced in r52083: meant $wgRevokePermissions, not...
authorRyan Schmidt <skizzerz@users.mediawiki.org>
Thu, 18 Jun 2009 03:38:01 +0000 (03:38 +0000)
committerRyan Schmidt <skizzerz@users.mediawiki.org>
Thu, 18 Jun 2009 03:38:01 +0000 (03:38 +0000)
RELEASE-NOTES

index 63d6fac..046e752 100644 (file)
@@ -89,7 +89,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   the groups being added and removed last-minute.
 * Add autopromote condition APCOND_BLOCKED to autopromote blocked users to various
   user groups.
-* Add $wgRemoveGroups as a means of restricting a group's rights. The syntax is
+* Add $wgRevokePermissions as a means of restricting a group's rights. The syntax is
   identical to $wgGroupPermissions, but users in these groups will have these rights
   stripped from them.