0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-14 01:37:56 +08:00

Typo in zmq_msg_size(3) fixed

Signed-off-by: Carl Clemens <carlclemens1@yahoo.com>
This commit is contained in:
Carl Clemens 2011-06-26 16:19:45 +02:00 committed by Martin Sustrik
parent 770d0bc77c
commit 3ae73ee11f
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ Bob Beaty <rbeaty@peak6.com>
Brian Buchanan <bwb@holo.org>
Brett Cameron <Brett.Cameron@hp.com>
Burak Arslan <burak-github@arskom.com.tr>
Carl Clemens <carlclemens1@yahoo.com>
Chia-liang Kao <clkao@clkao.org>
Chris Rempel <csrl@gmx.com>
Chris Wong <chris@chriswongstudio.com>

View File

@ -23,7 +23,7 @@ _zmq_msg_ family of functions.
RETURN VALUE
------------
Upon successful completion, _zmq_msg_data()_ shall return the size of the
Upon successful completion, _zmq_msg_size()_ shall return the size of the
message content in bytes.