Fix spelling errors

This commit is contained in:
Boris Pek
2019-02-25 19:46:24 +01:00
committed by Jan Vidar Krey
parent ef83b31cec
commit d25fead3a8
6 changed files with 6 additions and 6 deletions
+1 -1
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.
*/
+1 -1
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();