diff options
Diffstat (limited to 'networking/ftpgetput.c')
-rw-r--r-- | networking/ftpgetput.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ftpgetput.c b/networking/ftpgetput.c index 5d13e289b..47126ee83 100644 --- a/networking/ftpgetput.c +++ b/networking/ftpgetput.c | |||
@@ -78,7 +78,7 @@ static FILE *ftp_login(ftp_host_info_t *server) | |||
78 | /* Connect to the command socket */ | 78 | /* Connect to the command socket */ |
79 | control_stream = fdopen(xconnect(server->s_in), "r+"); | 79 | control_stream = fdopen(xconnect(server->s_in), "r+"); |
80 | if (control_stream == NULL) { | 80 | if (control_stream == NULL) { |
81 | bb_perror_msg_and_die("Couldnt open control stream"); | 81 | bb_perror_msg_and_die("cannot open control stream"); |
82 | } | 82 | } |
83 | 83 | ||
84 | if (ftpcmd(NULL, NULL, control_stream, buf) != 220) { | 84 | if (ftpcmd(NULL, NULL, control_stream, buf) != 220) { |