Fix ironic typo in spelling fixes. Bug #925

This commit is contained in:
Todd C. Miller
2020-05-06 11:04:47 -06:00
parent e42afc7732
commit ea99394fcf

View File

@@ -164,7 +164,7 @@ sesh_sudoedit(int argc, char *argv[])
else /* invalid value */
debug_return_int(SESH_ERR_INVALID);
/* Align argv & argc to the begining of the file list. */
/* Align argv & argc to the beginning of the file list. */
argv += 3;
argc -= 3;