aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/enet/enet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/enet/enet.h b/include/enet/enet.h
index 9389400..650b199 100644
--- a/include/enet/enet.h
+++ b/include/enet/enet.h
@@ -409,7 +409,7 @@ typedef enum _ENetEventType
ENET_EVENT_TYPE_CONNECT = 1,
/** a peer has disconnected. This event is generated on a successful
- * completion of a disconnect initiated by enet_pper_disconnect, if
+ * completion of a disconnect initiated by enet_peer_disconnect, if
* a peer has timed out, or if a connection request intialized by
* enet_host_connect has timed out. The peer field contains the peer
* which disconnected. The data field contains user supplied data