Commit 7ecd93e7 authored by Warren Dukes's avatar Warren Dukes

fix a spelling error in a debug msg

git-svn-id: https://svn.musicpd.org/mpd/trunk@3103 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent a4a3fef0
......@@ -210,7 +210,7 @@ void closeAllListenSockets() {
DEBUG("closeAllListenSockets called\n");
for(i=0; i<numberOfListenSockets; i++) {
DEBUG("closing listen scoket %i\n", i);
DEBUG("closing listen socket %i\n", i);
while(close(listenSockets[i]) < 0 && errno==EINTR);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment