From 06b78e1ead97f113868a016fe93073182ab31b14 Mon Sep 17 00:00:00 2001 From: Michael Ira Krufky Date: Tue, 25 Nov 2014 20:16:17 -0500 Subject: [PATCH] doc: fix typo: Strcutures -> Structures Signed-off-by: Michael Ira Krufky --- docs/src/handle.rst | 2 +- docs/src/request.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/handle.rst b/docs/src/handle.rst index 4dcfc3dd..6ba597a2 100644 --- a/docs/src/handle.rst +++ b/docs/src/handle.rst @@ -6,7 +6,7 @@ `uv_handle_t` is the base type for all libuv handle types. -Strcutures are aligned so that any libuv handle can be cast to `uv_handle_t`. +Structures are aligned so that any libuv handle can be cast to `uv_handle_t`. All API functions defined here work with any handle type. diff --git a/docs/src/request.rst b/docs/src/request.rst index 29c12779..2f58d46b 100644 --- a/docs/src/request.rst +++ b/docs/src/request.rst @@ -6,7 +6,7 @@ `uv_req_t` is the base type for all libuv request types. -Strcutures are aligned so that any libuv request can be cast to `uv_req_t`. +Structures are aligned so that any libuv request can be cast to `uv_req_t`. All API functions defined here work with any request type.