From 29819576ebba99a1030913cb04463f286b4fe2a4 Mon Sep 17 00:00:00 2001
From: "J. Alexander Treuman" <jat@spatialrift.net>
Date: Sat, 26 May 2007 15:05:06 +0000
Subject: [PATCH] weather -> whether

git-svn-id: https://svn.musicpd.org/mpd/trunk@6271 09075e82-0dd4-0310-85a5-a0d7c8717e4f
---
 src/list.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;