From 7176b854bc2f903fdba2acfb6139c0b72ec77aba Mon Sep 17 00:00:00 2001 From: "J.T. Conklin" Date: Wed, 5 Nov 2014 06:24:22 -0800 Subject: [PATCH] Fix typo: endpoind -> endpoint --- doc/zmq_ipc.txt | 2 +- doc/zmq_tcp.txt | 2 +- doc/zmq_unbind.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/zmq_ipc.txt b/doc/zmq_ipc.txt index b8ccc143..c726ffb3 100644 --- a/doc/zmq_ipc.txt +++ b/doc/zmq_ipc.txt @@ -60,7 +60,7 @@ characters for the real path name). Unbinding wild-card address from a socket ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ When wild-card `*` 'endpoint' was used in _zmq_bind()_, the caller should use -real 'endpoind' obtained from the ZMQ_LAST_ENDPOINT socket option to unbind +real 'endpoint' obtained from the ZMQ_LAST_ENDPOINT socket option to unbind this 'endpoint' from a socket using _zmq_unbind()_. Connecting a socket diff --git a/doc/zmq_tcp.txt b/doc/zmq_tcp.txt index a6ab3e7f..efa4d406 100644 --- a/doc/zmq_tcp.txt +++ b/doc/zmq_tcp.txt @@ -49,7 +49,7 @@ for details. Unbinding wild-card address from a socket ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ When wild-card `*` 'endpoint' was used in _zmq_bind()_, the caller should use -real 'endpoind' obtained from the ZMQ_LAST_ENDPOINT socket option to unbind +real 'endpoint' obtained from the ZMQ_LAST_ENDPOINT socket option to unbind this 'endpoint' from a socket using _zmq_unbind()_. Connecting a socket diff --git a/doc/zmq_unbind.txt b/doc/zmq_unbind.txt index 78cf3652..545afd07 100644 --- a/doc/zmq_unbind.txt +++ b/doc/zmq_unbind.txt @@ -24,7 +24,7 @@ Unbinding wild-card address from a socket ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ When wild-card `*` 'endpoint' (described in linkzmq:zmq_tcp[7] and linkzmq:zmq_ipc[7]) was used in _zmq_bind()_, the caller should use -real 'endpoind' obtained from the ZMQ_LAST_ENDPOINT socket option +real 'endpoint' obtained from the ZMQ_LAST_ENDPOINT socket option to unbind this 'endpoint' from a socket. RETURN VALUE