mirror of
https://github.com/zeromq/libzmq.git
synced 2025-02-20 22:31:34 +01:00
Fixed spelling in comments
This commit is contained in:
parent
fb43d5a0fe
commit
1ea06883c0
@ -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 ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user