fix typo
authorPavel Labath <pavelo@centrum.sk>
Mon, 16 Aug 2010 14:42:05 +0000 (16:42 +0200)
committerPavel Labath <pavelo@centrum.sk>
Mon, 16 Aug 2010 14:42:05 +0000 (16:42 +0200)
src/libmpdclient.c

index 968aa9b..e0dfe2c 100644 (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;