master
Elliptica 2017-04-17 18:47:48 +03:00
parent ff1a447b4d
commit aef7bcf288
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ int socket_waitfd(p_socket ps, int sw, p_timeout tm) {
* Initializes module
\*-------------------------------------------------------------------------*/
int socket_open(void) {
/* instals a handler to ignore sigpipe or it will crash us */
/* installs a handler to ignore sigpipe or it will crash us */
signal(SIGPIPE, SIG_IGN);
return 1;
}