diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/zmq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zmq.h b/include/zmq.h index 34ce80c..fad51ca 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -67,7 +67,7 @@ extern "C" { // single accept. There's no message routing or message filtering involved. #define ZMQ_P2P 0 -// Socket to distribute data. Recv fuction is not implemeted for this socket +// Socket to distribute data. Recv fuction is not implemented for this socket // type. Messages are distributed in fanout fashion to all peers. #define ZMQ_PUB 1 |