From 6cf5ada45ceaff7c56a413b9c14d602a49d1c975 Mon Sep 17 00:00:00 2001 From: eihrul Date: Wed, 30 Jul 2008 09:39:09 +0000 Subject: [PATCH] typo fix --- peer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peer.c b/peer.c index c08bd95..52e34a5 100644 --- a/peer.c +++ b/peer.c @@ -422,7 +422,7 @@ enet_peer_disconnect (ENetPeer * peer, enet_uint32 data) if (peer -> state == ENET_PEER_STATE_DISCONNECTING || peer -> state == ENET_PEER_STATE_DISCONNECTED || - peer -> state == ENET_PEER_STATE_ACKNOWLEDING_DISCONNECT || + peer -> state == ENET_PEER_STATE_ACKNOWLEDGING_DISCONNECT || peer -> state == ENET_PEER_STATE_ZOMBIE) return;