|
danf: curl/lib connect.c, 1.135, 1.136 ftp.c, 1.326, 1.327 strerror.c, 1.25: msg#00025web.curl.cvs
Update of /cvsroot/curl/curl/lib In directory labb:/tmp/cvs-serv27630 Modified Files: connect.c ftp.c strerror.c Log Message: Fixed some typos in output messages. Index: strerror.c =================================================================== RCS file: /cvsroot/curl/curl/lib/strerror.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- strerror.c 18 May 2005 13:24:23 -0000 1.25 +++ strerror.c 21 Jul 2005 22:18:35 -0000 1.26 @@ -69,10 +69,10 @@ return "URL using bad/illegal format or missing URL"; case CURLE_COULDNT_RESOLVE_PROXY: - return "couldnt resolve proxy name"; + return "couldn't resolve proxy name"; case CURLE_COULDNT_RESOLVE_HOST: - return "couldnt resolve host name"; + return "couldn't resolve host name"; case CURLE_COULDNT_CONNECT: return "couldn't connect to server"; @@ -492,7 +492,7 @@ p = "Winsock library is not ready"; break; case WSANOTINITIALISED: - p = "Winsock library not initalised"; + p = "Winsock library not initialised"; break; case WSAVERNOTSUPPORTED: p = "Winsock version not supported."; Index: connect.c =================================================================== RCS file: /cvsroot/curl/curl/lib/connect.c,v retrieving revision 1.135 retrieving revision 1.136 diff -u -d -r1.135 -r1.136 --- connect.c 14 May 2005 21:15:36 -0000 1.135 +++ connect.c 21 Jul 2005 22:18:35 -0000 1.136 @@ -359,13 +359,13 @@ } /* end of if h */ else { - failf(data,"could't find my own IP address (%s)", myhost); + failf(data,"couldn't find my own IP address (%s)", myhost); return CURLE_HTTP_PORT_FAILED; } } /* end of inet_addr */ else { - failf(data, "could't find my own IP address (%s)", myhost); + failf(data, "couldn't find my own IP address (%s)", myhost); return CURLE_HTTP_PORT_FAILED; } Index: ftp.c =================================================================== RCS file: /cvsroot/curl/curl/lib/ftp.c,v retrieving revision 1.326 retrieving revision 1.327 diff -u -d -r1.326 -r1.327 --- ftp.c 3 Jul 2005 22:25:15 -0000 1.326 +++ ftp.c 21 Jul 2005 22:18:35 -0000 1.327 @@ -1110,7 +1110,7 @@ } } else { - failf(data, "could't find IP address to use"); + failf(data, "couldn't find IP address to use"); return CURLE_FTP_PORT_FAILED; } @@ -3170,7 +3170,7 @@ *connected = conn->bits.tcpconnect; if(*dophase_done) - DEBUGF(infof(conn->data, "DO phase is comlete\n")); + DEBUGF(infof(conn->data, "DO phase is complete\n")); return result; } @@ -3827,7 +3827,7 @@ if(*dophase_done) { result = ftp_dophase_done(conn, FALSE /* not connected */); - DEBUGF(infof(conn->data, "DO phase is comlete\n")); + DEBUGF(infof(conn->data, "DO phase is complete\n")); } return result; } _______________________________________________ http://cool.haxx.se/mailman/listinfo/curl-commits |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | danf: curl configure.ac,1.155,1.156: 00025, cvs |
|---|---|
| Next by Date: | danf: curl configure.ac,1.156,1.157: 00025, cvs |
| Previous by Thread: | danf: curl configure.ac,1.155,1.156i: 00025, cvs |
| Next by Thread: | danf: curl configure.ac,1.156,1.157: 00025, cvs |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |