From b28838f5cf3c5fed494d2684422099d26e8ab293 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 24 Oct 2017 21:17:19 -0700 Subject: Spelling fixes (thanks ispell). --- docs/nng.adoc | 2 +- docs/nng_inproc.adoc | 2 +- docs/nng_zerotier.adoc | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/nng.adoc b/docs/nng.adoc index 8a9d2596..2ffc6e5b 100644 --- a/docs/nng.adoc +++ b/docs/nng.adoc @@ -39,7 +39,7 @@ The _nng_ library is designed to permit easy creation of new _transports_ and, to a lesser extent, new _protocols_. The _nng_ library is wire compatible with the SP protocols described in -the nanomsg project; projects using _libnanomsg_ can interoperate with +the nanomsg project; projects using _libnanomsg_ can inter-operate with nng as well as other conforming implementations. (One such implementation is the https://github.com/go-mangos/mangos[mangos]. Applications using _nng_ which wish to communicate with older libraries must ensure that they only diff --git a/docs/nng_inproc.adoc b/docs/nng_inproc.adoc index 7a49fa76..97649f35 100644 --- a/docs/nng_inproc.adoc +++ b/docs/nng_inproc.adoc @@ -77,7 +77,7 @@ struct nng_sockaddr_inproc { -------- The `sa_family` member will have the value `NNG_AF_INPROC` (1). -The `sa_path` member is an ASCIIZ string, and may contain any charaters, +The `sa_path` member is an ASCIIZ string, and may contain any characters, terminated by a `NUL` byte. Transport Options diff --git a/docs/nng_zerotier.adoc b/docs/nng_zerotier.adoc index 6fa87737..b30b0a0e 100644 --- a/docs/nng_zerotier.adoc +++ b/docs/nng_zerotier.adoc @@ -78,7 +78,7 @@ number be selected automatically. Applications using this must get the selected port address using the `nng_listener_getopt` function. Listening nodes may also elide their own node number, as well as the -delimiter seperating the node number. +delimiter separating the node number. Socket Address ~~~~~~~~~~~~~~ @@ -127,7 +127,7 @@ The following transport options are available: This is a string representing the "home directory", where the transport can store (and reuse) persistent state, such as key materials, node identity, and federation membership. This option must be set before the - ZeroTier transport is first used. If this value is empty, then an ephermal + ZeroTier transport is first used. If this value is empty, then an ephemeral ZeroTier node is created, and no persistent state is used. The default is to use an ephemeral node. + @@ -150,7 +150,7 @@ in this fashion. `NNG_OPT_ZT_NETWORK_STATUS`:: - This is a read-ony integer, representing the ZeroTier network status. + This is a read-only integer, representing the ZeroTier network status. Valid values for this are: + [cols="1,2"] -- cgit v1.2.3-70-g09d2