summaryrefslogtreecommitdiff
path: root/src/ipc_connecter.cpp
diff options
context:
space:
mode:
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;