2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 22:05:46 +00:00

typo in comment

This commit is contained in:
Todd C. Miller
2004-06-10 16:32:59 +00:00
parent ceb351fd99
commit 20815542a9

2
sudo.c
View File

@@ -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';