We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d10671 commit f46fee0Copy full SHA for f46fee0
include/enet/enet.h
@@ -409,7 +409,7 @@ typedef enum _ENetEventType
409
ENET_EVENT_TYPE_CONNECT = 1,
410
411
/** a peer has disconnected. This event is generated on a successful
412
- * completion of a disconnect initiated by enet_pper_disconnect, if
+ * completion of a disconnect initiated by enet_peer_disconnect, if
413
* a peer has timed out, or if a connection request intialized by
414
* enet_host_connect has timed out. The peer field contains the peer
415
* which disconnected. The data field contains user supplied data
0 commit comments