aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2007-05-26 15:05:06 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2007-05-26 15:05:06 +0000
commit29819576ebba99a1030913cb04463f286b4fe2a4 (patch)
tree510ccd767d34e81f138e8742dc57d2a88b85838f /src
parent425c6e9502da2764e0b004dd34b90acb36b38276 (diff)
weather -> whether
git-svn-id: https://svn.musicpd.org/mpd/trunk@6271 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src')
-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;