From: Todd C. Miller Date: Tue, 26 Nov 2002 17:09:59 +0000 (+0000) Subject: fix typo in comment; Pedro Bastos X-Git-Tag: SUDO_1_6_7~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=897b55137266ab426365699bed3bd85fe1194122;p=sudo fix typo in comment; Pedro Bastos --- diff --git a/sudo.c b/sudo.c index 304cbd8f5..0486181a8 100644 --- 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;