aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_ctx_send.3.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_ctx_send.3.adoc')
-rw-r--r--docs/man/nng_ctx_send.3.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_ctx_send.3.adoc b/docs/man/nng_ctx_send.3.adoc
index b2b14d35..b7c264ad 100644
--- a/docs/man/nng_ctx_send.3.adoc
+++ b/docs/man/nng_ctx_send.3.adoc
@@ -46,7 +46,7 @@ socket, or in flight over physical media.
If the operation fails for any reason (including cancellation or timeout),
then the _aio_ callback will be executed and
`<<nng_aio_result.3#,nng_aio_result()>>` will return a non-zero error status.
-In this case, the callback has a responsibity to retrieve the message from
+In this case, the callback has a responsibility to retrieve the message from
the _aio_ with `<<nng_aio_get_msg.3#,nng_aio_get_msg()>>` and dispose of
it appropriately.
(This may include retrying the send operation on the same or a different