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

@@ -2059,7 +2059,7 @@ sudo_ldap_lookup(struct sudo_nss *nss, int ret, int pwflag)
if (pwflag) {
DPRINTF(("perform search for pwflag %d", pwflag), 1);
int doauth = UNSPEC;
enum def_tupple pwcheck =
enum def_tuple pwcheck =
(pwflag == -1) ? never : sudo_defs_table[pwflag].sd_un.tuple;
for (i = 0; i < lres->nentries; i++) {