From 272d4432f80ed8dd72612bad96cd129f1a42b007 Mon Sep 17 00:00:00 2001 From: Lee Salzman Date: Sat, 28 Dec 2013 16:30:15 +0200 Subject: typo fixes --- peer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'peer.c') diff --git a/peer.c b/peer.c index 318f2c2..2084b9b 100644 --- a/peer.c +++ b/peer.c @@ -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 -- cgit v1.2.3