aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/list.h b/src/list.h
index 508450af..5938934f 100644
--- a/src/list.h
+++ b/src/list.h
@@ -53,7 +53,7 @@ typedef struct _List {
ListNode **nodesArray;
/* sorted */
int sorted;
- /* weather to strdup() key's on insertion */
+ /* whether to strdup() key's on insertion */
int strdupKeys;
} List;