Skip to content

Commit

Permalink
Fixed typo in function comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Aug 4, 2017
1 parent 12b6036 commit ca753d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/websocket.c
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ ws_clear_pipeout (WSPipeOut * pipeout)
unlink (wsconfig.pipeout);
}

/* Stop the server and do some clearning. */
/* Stop the server and do some cleaning. */
void
ws_stop (WSServer * server)
{
Expand Down

0 comments on commit ca753d6

Please sign in to comment.