From: Todd C. Miller Date: Thu, 10 Jun 2004 16:32:59 +0000 (+0000) Subject: typo in comment X-Git-Tag: SUDO_1_6_8~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20815542a90e3a07f8fd7814b03f04136a7aba5a;p=sudo typo in comment --- diff --git a/sudo.c b/sudo.c index 1281c92df..13a5443e7 100644 --- a/sudo.c +++ b/sudo.c @@ -680,7 +680,7 @@ parse_args(argc, argv) NewArgv = argv + 1; NewArgc = argc - 1; - /* FIrst, check to see if we were invoked as "sudoedit". */ + /* First, check to see if we were invoked as "sudoedit". */ if (strcmp(getprogname(), "sudoedit") == 0) { rval = MODE_EDIT; excl = 'e';