From 29819576ebba99a1030913cb04463f286b4fe2a4 Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Sat, 26 May 2007 15:05:06 +0000 Subject: 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(-) (limited to 'src') 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; -- cgit v1.2.3