diff options
-rw-r--r-- | doc/zmq_send.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/zmq_send.txt b/doc/zmq_send.txt index 231dfcc..57d349e 100644 --- a/doc/zmq_send.txt +++ b/doc/zmq_send.txt @@ -70,7 +70,7 @@ _messaging patterns_ section of linkzmq:zmq_socket[3] for more information. *ETERM*:: The 0MQ 'context' associated with the specified 'socket' was terminated. *EFAULT*:: -The provided 'context' was not valid (NULL). +The provided 'socket' was not valid (NULL). *EINTR*:: The operation was interrupted by delivery of a signal before the message was sent. |