From d7da31ed251421ac9892efdc0c9195c1f1857d02 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Wed, 6 Sep 2017 08:27:16 +0100 Subject: [PATCH] Problem: typo in comment in proxy.cpp Solution: fix it --- src/proxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proxy.cpp b/src/proxy.cpp index 88483306..3e56af6b 100644 --- a/src/proxy.cpp +++ b/src/proxy.cpp @@ -171,7 +171,7 @@ static int loop_and_send_multipart_stat (zmq::socket_base_t *control_, msg.init_size (sizeof (uint64_t)); memcpy (msg.data (), (const void *)&stat, sizeof (uint64_t)); - // if the first message is handled to the pipe successfully then the HWM + // if the first message is handed to the pipe successfully then the HWM // is not full, which means failures are due to interrupts (on Windows pipes // are TCP sockets), so keep retrying do {