diff options
author | Michael Ira Krufky <m.krufky@samsung.com> | 2014-11-25 20:16:17 -0500 |
---|---|---|
committer | Saúl Ibarra Corretgé <saghul@gmail.com> | 2014-11-26 08:42:08 +0100 |
commit | 06b78e1ead97f113868a016fe93073182ab31b14 (patch) | |
tree | a34867bbc7a560659a17dc42b3cacc53662187d2 /docs/src | |
parent | 7ce11138859c6895d485dc26d142318fa9237760 (diff) | |
download | libuv-06b78e1ead97f113868a016fe93073182ab31b14.tar.gz libuv-06b78e1ead97f113868a016fe93073182ab31b14.zip |
doc: fix typo: Strcutures -> Structures
Signed-off-by: Michael Ira Krufky <m.krufky@samsung.com>
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/handle.rst | 2 | ||||
-rw-r--r-- | 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. |