Fix typos

This commit is contained in:
Dimitris Apostolou
2022-02-11 00:45:06 +02:00
parent ca6dc86178
commit 6b8dd84a63
35 changed files with 53 additions and 53 deletions

View File

@@ -420,7 +420,7 @@ bool zmq::router_t::xhas_out ()
{
// In theory, ROUTER socket is always ready for writing (except when
// MANDATORY is set). Whether actual attempt to write succeeds depends
// on whitch pipe the message is going to be routed to.
// on which pipe the message is going to be routed to.
if (!_mandatory)
return true;