small style fixes

This commit is contained in:
Denis Vlasenko
2006-10-12 19:29:44 +00:00
parent 12f5676cce
commit a6dbb08a48
8 changed files with 24 additions and 16 deletions

View File

@ -78,7 +78,7 @@ static FILE *ftp_login(ftp_host_info_t *server)
/* Connect to the command socket */
control_stream = fdopen(xconnect(server->s_in), "r+");
if (control_stream == NULL) {
bb_perror_msg_and_die("Couldnt open control stream");
bb_perror_msg_and_die("cannot open control stream");
}
if (ftpcmd(NULL, NULL, control_stream, buf) != 220) {