1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 18:45:10 +00:00
This commit is contained in:
Pavel Labath 2010-08-16 16:42:05 +02:00
parent abeadb59d7
commit 1936d6a2ef

View File

@ -142,7 +142,7 @@ static int uds_connect(mpd_Connection *connection, const char *host,
/* connect stuff */
if (do_connect_fail(connection, (struct sockaddr *)&addr, SUN_LEN(&addr))) {
snprintf(connection->errorStr, MPD_ERRORSTR_MAX_LENGTH,
"problems cconnecting socket: %s", strerror(errno));
"problems connecting socket: %s", strerror(errno));
closesocket(connection->sock);
connection->sock = -1;
connection->error = MPD_ERROR_SYSTEM;