diff --git a/src/ftp.c b/src/ftp.c index 490fd205..42c55d84 100644 --- a/src/ftp.c +++ b/src/ftp.c @@ -10,11 +10,12 @@ #include #include #include + +#include #include #include -#include -#include #include +#include #include "ftp.h" @@ -193,7 +194,7 @@ int checkFtpResponse(void) } /* - * Send the user authentification + * Send the user authentication */ int sendUser(void) @@ -213,7 +214,7 @@ int sendUser(void) } /* - * Send the password authentification + * Send the password authentication */ int sendPasswd(void) @@ -261,7 +262,7 @@ int connectFtp(const char *server, int port) int res; /* - * do the blocking DNS query. + * Do the blocking DNS query. */ hp = gethostbyname(server); if (hp == NULL)