From fd673ae231119682a242967551cfa034fa32791a Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Tue, 9 Feb 2010 15:21:26 +0100 Subject: couple of typos in the documentation fixed --- examples/chat/README | 2 +- man/man3/zmq_term.3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/chat/README b/examples/chat/README index 6fe1b4e..b93aefd 100644 --- a/examples/chat/README +++ b/examples/chat/README @@ -1,6 +1,6 @@ This example is a simple instant messaging implementation. There are multiple -partipants in the chat, both sending and reading messages. The sending +participants in the chat, both sending and reading messages. The sending application 'prompt' is separated from the application displaying the chat 'display' so that there's no need for sophisticated GUI. diff --git a/man/man3/zmq_term.3 b/man/man3/zmq_term.3 index 92b4b37..b0b8962 100644 --- a/man/man3/zmq_term.3 +++ b/man/man3/zmq_term.3 @@ -1,6 +1,6 @@ .TH zmq_term 3 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals" .SH NAME -zmq_init \- terminates 0MQ context +zmq_term \- terminates 0MQ context .SH SYNOPSIS .B int zmq_term (void *context); .SH DESCRIPTION -- cgit v1.2.3