]> granicus.if.org Git - sudo/commitdiff
fix typo in comment; Pedro Bastos
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 26 Nov 2002 17:09:59 +0000 (17:09 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 26 Nov 2002 17:09:59 +0000 (17:09 +0000)
sudo.c

diff --git a/sudo.c b/sudo.c
index 304cbd8f542b9d7202785f62ebaebaf67f0e8194..0486181a81e20a9f0eb1e19b2a52b50db2d10b95 100644 (file)
--- a/sudo.c
+++ b/sudo.c
@@ -629,7 +629,7 @@ init_vars(sudo_mode)
 static int
 parse_args()
 {
-    int rval = MODE_RUN;               /* what mode is suod to be run in? */
+    int rval = MODE_RUN;               /* what mode is sudo to be run in? */
     int excl = 0;                      /* exclusive arg, no others allowed */
 
     NewArgv = Argv + 1;