diff options
Diffstat (limited to 'docs/man/nng_msg_insert.3.adoc')
| -rw-r--r-- | docs/man/nng_msg_insert.3.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_msg_insert.3.adoc b/docs/man/nng_msg_insert.3.adoc index ddc8d46d..911dabbb 100644 --- a/docs/man/nng_msg_insert.3.adoc +++ b/docs/man/nng_msg_insert.3.adoc @@ -35,7 +35,7 @@ The second function prepends the value _val32_ in network-byte order TIP: This function makes use of pre-allocated "`headroom`" in the message if available, so it can often avoid performing any reallocation. Applications should use this instead of reallocating and copying message -content themselves, in order to benefit from this capabilitiy. +content themselves, in order to benefit from this capability. == RETURN VALUES |
