2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-01 23:05:17 +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

@@ -53,7 +53,7 @@ struct sudo_defs_types {
int flag;
int ival;
double fval;
enum def_tupple tuple;
enum def_tuple tuple;
char *str;
mode_t mode;
struct list_member *list;