aboutsummaryrefslogtreecommitdiff
path: root/docs/ref/api/errors.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/api/errors.md')
-rw-r--r--docs/ref/api/errors.md2
1 files changed, 1 insertions, 1 deletions
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`<a name="NNG_EINTR"></a> | 1 | Operation interrupted. |
-| `NNG_ENOMEM`<a name="NNG_ENOMEM"></a> | 2 | Out of memory, or other resource exahusted. |
+| `NNG_ENOMEM`<a name="NNG_ENOMEM"></a> | 2 | Out of memory, or other resource exhausted. |
| `NNG_EINVAL`<a name="NNG_EINVAL"></a> | 3 | Invalid argument. The arguments are invalid or malformed somehow. |
| `NNG_EBUSY`<a name="NNG_EBUSY"></a> | 4 | Resource busy. |
| `NNG_ETIMEDOUT`<a name="NNG_ETIMEDOUT"></a> | 5 | Timed out. The operation took longer than the allotted time. |