diff options
| author | mochalins <117967760+mochalins@users.noreply.github.com> | 2025-05-23 17:02:52 +0900 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-06-02 07:24:06 -0700 |
| commit | 4e1ffdca6d97c1bddc460835c94b16bc64284861 (patch) | |
| tree | 80c27b0e509c8d7001619af27a33794f4bcad3c4 /src/platform/windows/win_socketpair.c | |
| parent | 1323aece0712522ccb2bf432b5085889a3513fa8 (diff) | |
| download | nng-4e1ffdca6d97c1bddc460835c94b16bc64284861.tar.gz nng-4e1ffdca6d97c1bddc460835c94b16bc64284861.tar.bz2 nng-4e1ffdca6d97c1bddc460835c94b16bc64284861.zip | |
Fix typos across docs, comments, and CMake
Diffstat (limited to 'src/platform/windows/win_socketpair.c')
| -rw-r--r-- | src/platform/windows/win_socketpair.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/windows/win_socketpair.c b/src/platform/windows/win_socketpair.c index 57820c72..c788cd95 100644 --- a/src/platform/windows/win_socketpair.c +++ b/src/platform/windows/win_socketpair.c @@ -10,7 +10,7 @@ #include "core/nng_impl.h" #ifdef NNG_HAVE_SOCKETPAIR_TODO -// TODO: Windows lacks socketpair. We can emulate it with an explcit +// TODO: Windows lacks socketpair. We can emulate it with an explicit // implementation based on AF_UNIX. #include <errno.h> |
