summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-09-19 22:57:35 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-09-19 22:57:35 +0200
commit163ffe157487a733772d4e3eee2f11ed0f5ae9be (patch)
tree9675c5e2de4440cf88d723ca573534ac29e84116
parent54915a2af9bcb8598cd3f87b62b36d79a715a778 (diff)
downloadcurl-163ffe157487a733772d4e3eee2f11ed0f5ae9be.tar.gz
fixup spell fixes
Spell-fixes-by: Daniel Gustafsson
-rw-r--r--docs/libcurl/libcurl-errors.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/libcurl-errors.3 b/docs/libcurl/libcurl-errors.3
index 78ee94049..501d22718 100644
--- a/docs/libcurl/libcurl-errors.3
+++ b/docs/libcurl/libcurl-errors.3
@@ -318,7 +318,7 @@ The port number was not a decimal number between 0 and 65535.
.IP "CURLUE_UNSUPPORTED_SCHEME (5)"
This libcurl build doesn't support the given URL scheme.
.IP "CURLUE_URLDECODE (6)"
-URL decode error, most likely because rubbish in the input.
+URL decode error, most likely because of rubbish in the input.
.IP "CURLUE_OUT_OF_MEMORY (7)"
A memory function failed.
.IP "CURLUE_USER_NOT_ALLOWED (8)"
@@ -330,7 +330,7 @@ There is no scheme part in the URL.
.IP "CURLUE_NO_USER (11)"
There is no user part in the URL.
.IP "CURLUE_NO_PASSWORD (12)"
-There is no passwords part in the URL.
+There is no password part in the URL.
.IP "CURLUE_NO_OPTIONS (13)"
There is no options part in the URL.
.IP "CURLUE_NO_HOST (14)"