Commit e6edc472 authored by Constantin Rack's avatar Constantin Rack

Problem: typo

Solution: fix it
parent cc295780
......@@ -114,7 +114,7 @@ int zmq::server_t::xsend (msg_t *msg_)
return -1;
}
// Message might be delivired over inproc, so we reset routing id
// Message might be delivered over inproc, so we reset routing id
int rc = msg_->reset_routing_id ();
errno_assert (rc == 0);
......
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