]> granicus.if.org Git - sudo/commitdiff
typo in comment
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 10 Jun 2004 16:32:59 +0000 (16:32 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 10 Jun 2004 16:32:59 +0000 (16:32 +0000)
sudo.c

diff --git a/sudo.c b/sudo.c
index 1281c92df55f568bf034c6eebd94b0305437993b..13a5443e7b17d1e0d5185d93c6cb924fc5de25da 100644 (file)
--- 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';