weather -> whether

git-svn-id: https://svn.musicpd.org/mpd/trunk@6271 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
J. Alexander Treuman 2007-05-26 15:05:06 +00:00
parent 425c6e9502
commit 29819576eb

View File

@ -53,7 +53,7 @@ typedef struct _List {
ListNode **nodesArray; ListNode **nodesArray;
/* sorted */ /* sorted */
int sorted; int sorted;
/* weather to strdup() key's on insertion */ /* whether to strdup() key's on insertion */
int strdupKeys; int strdupKeys;
} List; } List;