Commit 737927e3 authored by Simon Giesecke's avatar Simon Giesecke

Fixed spelling of parameter

parent 46ed0920
......@@ -46,10 +46,10 @@ zmq::dealer_t::~dealer_t ()
void zmq::dealer_t::xattach_pipe (pipe_t *pipe_,
bool subscribe_to_all_,
bool locally_initated_)
bool locally_initiated_)
{
LIBZMQ_UNUSED (subscribe_to_all_);
LIBZMQ_UNUSED (locally_initated_);
LIBZMQ_UNUSED (locally_initiated_);
zmq_assert (pipe_);
......
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