diff options
author | [email protected] <[email protected]> | 2016-06-04 18:12:24 -0400 |
---|---|---|
committer | [email protected] <[email protected]> | 2016-06-04 18:12:24 -0400 |
commit | f46fee0acc8e243b2b6910b09693f93c3aad775f (patch) | |
tree | 1157657544c02db32a25357c7648690d6ab7b7be /include | |
parent | 4d1067179bd933c6bf6465c406243472128fa34b (diff) | |
download | enet-f46fee0acc8e243b2b6910b09693f93c3aad775f.tar.gz enet-f46fee0acc8e243b2b6910b09693f93c3aad775f.zip |
typo fix
Diffstat (limited to 'include')
-rw-r--r-- | include/enet/enet.h | 2 |
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 |