diff options
Diffstat (limited to 'src/common/socket.c')
-rw-r--r-- | src/common/socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/socket.c b/src/common/socket.c index 11b273d61..87740ed65 100644 --- a/src/common/socket.c +++ b/src/common/socket.c @@ -612,7 +612,7 @@ int do_sendrecv(int next) if(session[i]->eof) //func_send can't free a session, this is safe. { //Finally, even if there is no data to parse, connections signalled eof should be closed, so we call parse_func [Skotlex] - session[i]->func_parse(i); //This should close the session inmediately. + session[i]->func_parse(i); //This should close the session immediately. } } #endif |