summaryrefslogtreecommitdiff
path: root/src/ipc_connecter.cpp
diff options
context:
space:
mode:
authorIvo Danihelka <ivo@danihelka.net>2012-02-16 10:02:19 +0900
committerMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:02:19 +0900
commit82dfe7522eddb01bb8e99e7badf3808eda2be957 (patch)
tree1a4506020697677d4d06761e17a044c30d143eee /src/ipc_connecter.cpp
parentada1db899a7a611ee074dc0c3ee9f293131b06ee (diff)
Updated connector open() doc strings.
Signed-off-by: Ivo Danihelka <ivo@danihelka.net>
Diffstat (limited to 'src/ipc_connecter.cpp')
-rw-r--r--src/ipc_connecter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipc_connecter.cpp b/src/ipc_connecter.cpp
index 1d7c386..8e3ea9c 100644
--- a/src/ipc_connecter.cpp
+++ b/src/ipc_connecter.cpp
@@ -126,7 +126,7 @@ void xs::ipc_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;