aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/libcurl-errors.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-01-27 21:23:04 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-01-27 21:23:04 +0000
commit2aed209efa6f9fe5b43a529c80273f2a3c247e12 (patch)
treed2f4e553c1713f8bd66f8a4223fbb270d79fbb39 /docs/libcurl/libcurl-errors.3
parentb55b780d7beab89bd51d376b4281be1e413b34c0 (diff)
typo pointed out by Mike Griffiths
Diffstat (limited to 'docs/libcurl/libcurl-errors.3')
-rw-r--r--docs/libcurl/libcurl-errors.36
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libcurl/libcurl-errors.3 b/docs/libcurl/libcurl-errors.3
index 596d0e0b1..03c243bf7 100644
--- a/docs/libcurl/libcurl-errors.3
+++ b/docs/libcurl/libcurl-errors.3
@@ -38,9 +38,9 @@ Couldn't resolve host. The given remote host was not resolved.
.IP "CURLE_COULDNT_CONNECT (7)"
Failed to connect() to host or proxy.
.IP "CURLE_FTP_WEIRD_SERVER_REPLY (8)"
-After connecting to an FTP server, libcurl expects to get a certain reply back.
-This error code implies that it god a strange or bad reply. The given remote
-server is probably not an OK FTP server.
+After connecting to an FTP server, libcurl expects to get a certain reply
+back. This error code implies that it got a strange or bad reply. The given
+remote server is probably not an OK FTP server.
.IP "CURLE_FTP_ACCESS_DENIED (9)"
We were denied access when trying to login to an FTP server or when trying to
change working directory to the one given in the URL.