]> granicus.if.org Git - sudo/commitdiff
Fix typo
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 11 Jul 2013 20:31:36 +0000 (16:31 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 11 Jul 2013 20:31:36 +0000 (16:31 -0400)
NEWS

diff --git a/NEWS b/NEWS
index 51a00834d748e8dfa5b6756674ea3af194e05ace..3fd17d9eea4173f7930229d8027f052862428274 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -37,8 +37,8 @@ What's new in Sudo 1.8.7?
    determined.  Legal values are "static" (use the kernel groups
    list), "dynamic" (perform a group database query) and "adaptive"
    (only perform a group database query if the kernel list is full).
-   The "max_groups" specifies the maximum number of groups a user may
-   belong to when performing a group database query.
+   The "max_groups" setting specifies the maximum number of groups
+   a user may belong to when performing a group database query.
 
  * The sudo.conf file now supports line continuation by using a
    backslash as the last character on the line.