aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_send.3.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_send.3.adoc')
-rw-r--r--docs/man/nng_send.3.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/nng_send.3.adoc b/docs/man/nng_send.3.adoc
index 20d3ae4d..03367893 100644
--- a/docs/man/nng_send.3.adoc
+++ b/docs/man/nng_send.3.adoc
@@ -63,14 +63,14 @@ increasing performance.
NOTE: Regardless of the presence or absence of `NNG_FLAG_NONBLOCK`, there may
be queues between the sender and the receiver.
Furthermore, there is no guarantee that the message has actually been delivered.
-Finally, with some protocols, the semantic is implictly `NNG_FLAG_NONBLOCK`,
+Finally, with some protocols, the semantic is implicitly `NNG_FLAG_NONBLOCK`,
such as with <<nng_pub.7#,_pub_>> sockets, which are best-effort delivery only.
IMPORTANT: When using `NNG_FLAG_ALLOC`, it is important that the value of _size_
match the actual allocated size of the data.
Using an incorrect size results
in unspecified behavior, which may include heap corruption, program crashes,
-or transdimensional mutation of the program's author.
+or trans-dimensional mutation of the program's author.
== RETURN VALUES