diff options
-rw-r--r-- | src/list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/list.h b/src/list.h index 508450af6..5938934ff 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; |