From f46fee0acc8e243b2b6910b09693f93c3aad775f Mon Sep 17 00:00:00 2001 From: "lsalzman@gmail.com" Date: Sat, 4 Jun 2016 18:12:24 -0400 Subject: [PATCH] typo fix --- include/enet/enet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/enet/enet.h b/include/enet/enet.h index 9389400e..650b199e 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