doc: fix typo: Strcutures -> Structures
Signed-off-by: Michael Ira Krufky <m.krufky@samsung.com>
This commit is contained in:
parent
7ce1113885
commit
06b78e1ead
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
`uv_handle_t` is the base type for all libuv handle types.
|
`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.
|
All API functions defined here work with any handle type.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
`uv_req_t` is the base type for all libuv request types.
|
`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.
|
All API functions defined here work with any request type.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user