aboutsummaryrefslogtreecommitdiff
path: root/deps/uv/docs/src/pipe.rst
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/docs/src/pipe.rst')
-rw-r--r--deps/uv/docs/src/pipe.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/uv/docs/src/pipe.rst b/deps/uv/docs/src/pipe.rst
index 9a4a19340b..614bb2e3b1 100644
--- a/deps/uv/docs/src/pipe.rst
+++ b/deps/uv/docs/src/pipe.rst
@@ -39,7 +39,7 @@ API
Open an existing file descriptor or HANDLE as a pipe.
.. note::
- The user is responsible for setting the dile descriptor in non-blocking mode.
+ The user is responsible for setting the file descriptor in non-blocking mode.
.. c:function:: int uv_pipe_bind(uv_pipe_t* handle, const char* name)