Skip to content

Commit f46fee0

Browse files
committed
typo fix
1 parent 4d10671 commit f46fee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/enet/enet.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ typedef enum _ENetEventType
409409
ENET_EVENT_TYPE_CONNECT = 1,
410410

411411
/** a peer has disconnected. This event is generated on a successful
412-
* completion of a disconnect initiated by enet_pper_disconnect, if
412+
* completion of a disconnect initiated by enet_peer_disconnect, if
413413
* a peer has timed out, or if a connection request intialized by
414414
* enet_host_connect has timed out. The peer field contains the peer
415415
* which disconnected. The data field contains user supplied data

0 commit comments

Comments
 (0)