From 82dfe7522eddb01bb8e99e7badf3808eda2be957 Mon Sep 17 00:00:00 2001 From: Ivo Danihelka Date: Thu, 16 Feb 2012 10:02:19 +0900 Subject: Updated connector open() doc strings. Signed-off-by: Ivo Danihelka --- src/tcp_connecter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tcp_connecter.cpp') diff --git a/src/tcp_connecter.cpp b/src/tcp_connecter.cpp index b89d0be..2844a3b 100644 --- a/src/tcp_connecter.cpp +++ b/src/tcp_connecter.cpp @@ -137,7 +137,7 @@ void xs::tcp_connecter_t::start_connecting () return; } - // Connection establishment may be dealyed. Poll for its completion. + // Connection establishment may be delayed. Poll for its completion. else if (rc == -1 && errno == EAGAIN) { handle = add_fd (s); handle_valid = true; -- cgit v1.2.3