]> granicus.if.org Git - sudo/commitdiff
corrected
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 28 Feb 1994 05:28:45 +0000 (05:28 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 28 Feb 1994 05:28:45 +0000 (05:28 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 1d7f73c5c04a3da4781ef218091a965a5e51c8f7..14260c4f0643cb56cb223416042a7a1213d297d7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -62,7 +62,7 @@ CHANGES between sudo 1.2 (unofficial version)
     I think that the broken scripts should be fixed rather than changing
     sudo, but vendors will be broken.  Sigh.
 
-21) Added USE_EXECVE define so you can make sudo use execve() if you
+21) Added USE_EXECV define so you can make sudo use execv() if you
     want.  Using execvp() shouldn't be a problem since it is always
     handed a non-relative path that begins with '/' but some people
     may not trust execvp().