Fix spelling errors

This commit is contained in:
Boris Pek
2019-01-14 22:16:48 +03:00
committed by Jan Vidar Krey
parent ef83b31cec
commit d25fead3a8
6 changed files with 6 additions and 6 deletions

View File

@@ -109,7 +109,7 @@ extern ssize_t net_con_recv(struct net_connection* con, void* buf, size_t len);
extern ssize_t net_con_peek(struct net_connection* con, void* buf, size_t len);
/**
* Set timeout for connetion.
* Set timeout for connection.
*
* @param seconds the number of seconds into the future.
*/

View File

@@ -53,7 +53,7 @@ extern int net_initialize();
extern int net_destroy();
/**
* @return the number of sockets currrently being monitored.
* @return the number of sockets currently being monitored.
*/
extern int net_monitor_count();