From 4e89ae616a536b464d48a422875c7d05e3ce1c3c Mon Sep 17 00:00:00 2001 From: Thomas Rodgers Date: Fri, 16 Jan 2015 15:45:09 -0600 Subject: [PATCH] Fix typo in zmq_msg_gets documentation --- doc/zmq_msg_gets.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/zmq_msg_gets.txt b/doc/zmq_msg_gets.txt index 778bd95d..fb36b63e 100644 --- a/doc/zmq_msg_gets.txt +++ b/doc/zmq_msg_gets.txt @@ -33,8 +33,8 @@ Additionally, when available for the underlying transport, the *Peer-Address* property will return the IP address of the remote endpoint as returned by getnameinfo(2). -Other properties may be defined based on the underlying security, see ZAP -auththenticated connection sample below. +Other properties may be defined based on the underlying security mechanism, +see ZAP auththenticated connection sample below. RETURN VALUE ------------