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 --- demo/stream/stream.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demo') diff --git a/demo/stream/stream.c b/demo/stream/stream.c index 0c194111..86c1c98d 100644 --- a/demo/stream/stream.c +++ b/demo/stream/stream.c @@ -63,7 +63,7 @@ client(const char *url) nng_iov iov; int rv; - // Allocatate dialer and aio assoicated with this connection + // Allocate dialer and aio associated with this connection if ((rv = nng_stream_dialer_alloc(&dialer, url)) != 0) { nng_fatal("call to nng_stream_dialer_alloc failed", rv); } @@ -125,7 +125,7 @@ server(const char *url) nng_iov iov; int rv; - // Allocatate dialer and aio assoicated with this connection + // Allocate dialer and aio associated with this connection if ((rv = nng_stream_listener_alloc(&listener, url)) != 0) { nng_fatal("call to nng_stream_listener_alloc failed", rv); } -- cgit v1.2.3-70-g09d2