aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-10-24 21:17:19 -0700
committerGarrett D'Amore <garrett@damore.org>2017-10-24 21:17:19 -0700
commitb28838f5cf3c5fed494d2684422099d26e8ab293 (patch)
treedfefdf2953fbc1297d7e1d38c9ca65feccd5d5f8 /docs
parent5dc7bc188217004cba84d530cbffc18b1df8a331 (diff)
downloadnng-b28838f5cf3c5fed494d2684422099d26e8ab293.tar.gz
nng-b28838f5cf3c5fed494d2684422099d26e8ab293.tar.bz2
nng-b28838f5cf3c5fed494d2684422099d26e8ab293.zip
Spelling fixes (thanks ispell).
Diffstat (limited to 'docs')
-rw-r--r--docs/nng.adoc2
-rw-r--r--docs/nng_inproc.adoc2
-rw-r--r--docs/nng_zerotier.adoc6
3 files changed, 5 insertions, 5 deletions
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"]