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/errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/api/errors.md') diff --git a/docs/ref/api/errors.md b/docs/ref/api/errors.md index c7a50780..5d59d121 100644 --- a/docs/ref/api/errors.md +++ b/docs/ref/api/errors.md @@ -47,7 +47,7 @@ future locale-specific strings may be presented instead. | Error | Value | Description | | ------------------------------------------------- | ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | | `NNG_EINTR` | 1 | Operation interrupted. | -| `NNG_ENOMEM` | 2 | Out of memory, or other resource exahusted. | +| `NNG_ENOMEM` | 2 | Out of memory, or other resource exhausted. | | `NNG_EINVAL` | 3 | Invalid argument. The arguments are invalid or malformed somehow. | | `NNG_EBUSY` | 4 | Resource busy. | | `NNG_ETIMEDOUT` | 5 | Timed out. The operation took longer than the allotted time. | -- cgit v1.2.3-70-g09d2