From 4e1ffdca6d97c1bddc460835c94b16bc64284861 Mon Sep 17 00:00:00 2001 From: mochalins <117967760+mochalins@users.noreply.github.com> Date: Fri, 23 May 2025 17:02:52 +0900 Subject: Fix typos across docs, comments, and CMake --- docs/ref/api/aio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/api/aio.md') diff --git a/docs/ref/api/aio.md b/docs/ref/api/aio.md index 2f7b9a73..b6e0ad58 100644 --- a/docs/ref/api/aio.md +++ b/docs/ref/api/aio.md @@ -197,7 +197,7 @@ void nng_aio_set_msg(nng_aio *aio, nng_msg *msg); The {{i:`nng_aio_get_msg`}} and {{i:`nng_aio_set_msg`}} functions retrieve and store a [message] in _aio_. For example, if a function to receive data is called, that function can generally be expected -to store a message on the asssociated _aio_, for the application to retrieve with +to store a message on the associated _aio_, for the application to retrieve with `nng_aio_get_msg`. Conversely an application desiring to send a message _msg_ will store it in the _aio_ using `nng_aio_set_msg`. The function implementing the send operation will retrieve the message -- cgit v1.2.3-70-g09d2