2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-01 06:45:10 +00:00

Fix typo; tupple vs. tuple

This commit is contained in:
Todd C. Miller
2011-03-15 15:52:18 -04:00
parent 07968755aa
commit cf7ec7a3cc
5 changed files with 6 additions and 6 deletions

View File

@@ -156,7 +156,7 @@ sudo_file_lookup(struct sudo_nss *nss, int validated, int pwflag)
*/
if (pwflag) {
int nopass;
enum def_tupple pwcheck;
enum def_tuple pwcheck;
pwcheck = (pwflag == -1) ? never : sudo_defs_table[pwflag].sd_un.tuple;
nopass = (pwcheck == all) ? TRUE : FALSE;