From 260123716172d33f44bdc0e4e5422554d139215c Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Wed, 9 May 2012 00:47:30 +0100 Subject: Imported Upstream version 2.1.8.20120507 --- csocketopen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csocketopen.c') diff --git a/csocketopen.c b/csocketopen.c index caaecfc..4c12f5d 100644 --- a/csocketopen.c +++ b/csocketopen.c @@ -1269,7 +1269,7 @@ start: { //if we've been waiting too long, then signal disconnect double waitTime = timeSince(&server->lastHeartbeatTime); - //if we haven't recieved any heartbeats, set the timeout high (4*4 = 16 seconds) + //if we haven't received any heartbeats, set the timeout high (4*4 = 16 seconds) //This is so that really slow connections will get through the auth stage double avgPingTime = ((server->avgHeartbeatTimeCount > 0) ? (server->avgHeartbeatTime / server->avgHeartbeatTimeCount) : 4.0); -- cgit v1.2.3