Fix spelling errors
This commit is contained in:
committed by
Jan Vidar Krey
parent
ef83b31cec
commit
d25fead3a8
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user