doc: fix typo: Strcutures -> Structures

Signed-off-by: Michael Ira Krufky <m.krufky@samsung.com>
This commit is contained in:
Michael Ira Krufky 2014-11-25 20:16:17 -05:00 committed by Saúl Ibarra Corretgé
parent 7ce1113885
commit 06b78e1ead
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.