1
0
mirror of https://github.com/moparisthebest/curl synced 2025-01-08 12:28:06 -05:00

typo pointed out by Mike Griffiths

This commit is contained in:
Daniel Stenberg 2006-01-27 21:23:04 +00:00
parent b55b780d7b
commit 2aed209efa

View File

@ -38,9 +38,9 @@ Couldn't resolve host. The given remote host was not resolved.
.IP "CURLE_COULDNT_CONNECT (7)" .IP "CURLE_COULDNT_CONNECT (7)"
Failed to connect() to host or proxy. Failed to connect() to host or proxy.
.IP "CURLE_FTP_WEIRD_SERVER_REPLY (8)" .IP "CURLE_FTP_WEIRD_SERVER_REPLY (8)"
After connecting to an FTP server, libcurl expects to get a certain reply back. After connecting to an FTP server, libcurl expects to get a certain reply
This error code implies that it god a strange or bad reply. The given remote back. This error code implies that it got a strange or bad reply. The given
server is probably not an OK FTP server. remote server is probably not an OK FTP server.
.IP "CURLE_FTP_ACCESS_DENIED (9)" .IP "CURLE_FTP_ACCESS_DENIED (9)"
We were denied access when trying to login to an FTP server or when trying to 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. change working directory to the one given in the URL.