From: Jonathan Neuschäfer Date: Wed, 31 Aug 2011 10:41:19 +0000 (+0200) Subject: fix a typo ("connectiond") X-Git-Tag: release-0.20~95^3~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f99cf82b9f3796f92b513b290238c71a9ca4a104;p=ncmpc.git fix a typo ("connectiond") --- diff --git a/src/main.c b/src/main.c index 0b80f04..c597e96 100644 --- a/src/main.c +++ b/src/main.c @@ -380,7 +380,7 @@ check_reconnect(void) /** * This function is called by the gidle.c library when MPD sends us an - * idle event (or when the connectiond dies). + * idle event (or when the connection dies). */ static void idle_callback(enum mpd_error error, enum mpd_server_error server_error,