]> granicus.if.org Git - sudo/commitdiff
Update description of sudoedit_checkdir. Reported by Sander Bos.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 11 Jan 2016 22:09:08 +0000 (15:09 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 11 Jan 2016 22:09:08 +0000 (15:09 -0700)
plugins/sudoers/def_data.c
plugins/sudoers/def_data.in

index 27e53c8e8cdbe977f8bc26c501ef702a060a9dad..e983263e43518e7ed90184a0991c486becebd2a4 100644 (file)
@@ -388,7 +388,7 @@ struct sudo_defs_types sudo_defs_table[] = {
        NULL,
     }, {
        "sudoedit_checkdir", T_FLAG,
-       N_("Check the parent directory for writability when editing files with sudoedit"),
+       N_("Check parent directories for writability when editing files with sudoedit"),
        NULL,
     }, {
        "sudoedit_follow", T_FLAG,
index 3f6b2a7d1440bfcac974f23c32aef647503b5b73..75e96079c42f5bd2602ff5877872c3289d834e13 100644 (file)
@@ -288,7 +288,7 @@ use_netgroups
        "Enable sudoers netgroup support"
 sudoedit_checkdir
        T_FLAG
-       "Check the parent directory for writability when editing files with sudoedit"
+       "Check parent directories for writability when editing files with sudoedit"
 sudoedit_follow
        T_FLAG
        "Follow symbolic links when editing files with sudoedit"