diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2007-05-26 15:05:06 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2007-05-26 15:05:06 +0000 |
commit | 29819576ebba99a1030913cb04463f286b4fe2a4 (patch) | |
tree | 510ccd767d34e81f138e8742dc57d2a88b85838f /src/list.h | |
parent | 425c6e9502da2764e0b004dd34b90acb36b38276 (diff) | |
download | mpd-29819576ebba99a1030913cb04463f286b4fe2a4.tar.gz mpd-29819576ebba99a1030913cb04463f286b4fe2a4.tar.xz mpd-29819576ebba99a1030913cb04463f286b4fe2a4.zip |
weather -> whether
git-svn-id: https://svn.musicpd.org/mpd/trunk@6271 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/list.h')
-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; |