aboutsummaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorcui fliter <imcusg@gmail.com>2023-05-13 02:12:01 +0800
committerGitHub <noreply@github.com>2023-05-12 14:12:01 -0400
commit3990fcad624581a33fd09cd2daac7196669c4f38 (patch)
treed752d39c79f15ed45ac606986a3838b0817d0ae3 /docs/src
parent15e81386bf9a285cada688c5faf67b3ed1319dcf (diff)
downloadlibuv-3990fcad624581a33fd09cd2daac7196669c4f38.tar.gz
libuv-3990fcad624581a33fd09cd2daac7196669c4f38.zip
docs: fix some typos (#3984)
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/guide/utilities.rst2
-rw-r--r--docs/src/udp.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/guide/utilities.rst b/docs/src/guide/utilities.rst
index e2f3cf6a..c67515a0 100644
--- a/docs/src/guide/utilities.rst
+++ b/docs/src/guide/utilities.rst
@@ -235,7 +235,7 @@ Our downloader is to be invoked as::
$ ./uvwget [url1] [url2] ...
-So we add each argument as an URL
+So we add each argument as a URL
.. rubric:: uvwget/main.c - Adding urls
.. literalinclude:: ../../code/uvwget/main.c
diff --git a/docs/src/udp.rst b/docs/src/udp.rst
index 009767d5..d7da95ed 100644
--- a/docs/src/udp.rst
+++ b/docs/src/udp.rst
@@ -56,7 +56,7 @@ Data types
/*
* Indicates if IP_RECVERR/IPV6_RECVERR will be set when binding the handle.
* This sets IP_RECVERR for IPv4 and IPV6_RECVERR for IPv6 UDP sockets on
- * Linux. This stops the Linux kernel from supressing some ICMP error messages
+ * Linux. This stops the Linux kernel from suppressing some ICMP error messages
* and enables full ICMP error reporting for faster failover.
* This flag is no-op on platforms other than Linux.
*/