Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
proller committed Sep 16, 2016
2 parents 1f8eb62 + f46fee0 commit c3fec7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/enet/enet.h
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,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
Expand Down

0 comments on commit c3fec7a

Please sign in to comment.