diff options
author | Lee Salzman <[email protected]> | 2013-12-28 16:30:15 +0200 |
---|---|---|
committer | Lee Salzman <[email protected]> | 2013-12-28 16:30:15 +0200 |
commit | 272d4432f80ed8dd72612bad96cd129f1a42b007 (patch) | |
tree | f675573dfd0f83590bfd895b0c514ed36bb273fe /peer.c | |
parent | 6fcfba5141785a877a8d06cd11e203feae8376e5 (diff) | |
download | enet-272d4432f80ed8dd72612bad96cd129f1a42b007.tar.gz enet-272d4432f80ed8dd72612bad96cd129f1a42b007.zip |
typo fixes
Diffstat (limited to 'peer.c')
-rw-r--r-- | peer.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -424,7 +424,7 @@ enet_peer_reset (ENetPeer * peer) /** Sends a ping request to a peer. @param peer destination for the ping request @remarks ping requests factor into the mean round trip time as designated by the - roundTripTime field in the ENetPeer structure. Enet automatically pings all connected + roundTripTime field in the ENetPeer structure. ENet automatically pings all connected peers at regular intervals, however, this function may be called to ensure more frequent ping requests. */ @@ -486,7 +486,7 @@ enet_peer_timeout (ENetPeer * peer, enet_uint32 timeoutLimit, enet_uint32 timeou @param peer peer to disconnect @param data data describing the disconnection @remarks No ENET_EVENT_DISCONNECT event will be generated. The foreign peer is not - guarenteed to receive the disconnect notification, and is reset immediately upon + guaranteed to receive the disconnect notification, and is reset immediately upon return from this function. */ void |