Skip to content
Snippets Groups Projects
Commit 4399cfbd authored by rswindell's avatar rswindell
Browse files

Fixed typo in error message (whoopee).

parent 13c4b6ed
Branches
Tags
No related merge requests found
......@@ -67,7 +67,7 @@ char* identify(SOCKADDR_IN* client_addr, u_short local_port, char* buf, size_t m
}
rd=recv(sock,buf,maxlen,0);
if(rd<1) {
sprintf(buf,"ERROR %d receving response",ERROR_VALUE);
sprintf(buf,"ERROR %d receiving response",ERROR_VALUE);
break;
}
buf[rd]=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment