aboutsummaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
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.
*/