Fixed spelling in comments

This commit is contained in:
Pieter Hintjens 2013-06-22 13:39:20 +02:00
parent fb43d5a0fe
commit 1ea06883c0

View File

@ -102,8 +102,8 @@ int zmq::lb_t::send (msg_t *msg_)
return -1;
}
// If it's final part of the message we can fluch it downstream and
// continue round-robinning (load balance).
// If it's final part of the message we can flush it downstream and
// continue round-robining (load balance).
more = msg_->flags () & msg_t::more? true: false;
if (!more) {
pipes [current]->flush ();