Commit 1ea06883 authored by Pieter Hintjens's avatar Pieter Hintjens

Fixed spelling in comments

parent fb43d5a0
...@@ -102,8 +102,8 @@ int zmq::lb_t::send (msg_t *msg_) ...@@ -102,8 +102,8 @@ int zmq::lb_t::send (msg_t *msg_)
return -1; return -1;
} }
// If it's final part of the message we can fluch it downstream and // If it's final part of the message we can flush it downstream and
// continue round-robinning (load balance). // continue round-robining (load balance).
more = msg_->flags () & msg_t::more? true: false; more = msg_->flags () & msg_t::more? true: false;
if (!more) { if (!more) {
pipes [current]->flush (); pipes [current]->flush ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment