commit | a6dbb08a48903cb8f31fad2cf2d1cffa92bd4808 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Thu Oct 12 19:29:44 2006 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Thu Oct 12 19:29:44 2006 +0000 |
tree | f7f2113941a2dc0385080baa7656ead41f45f834 | |
parent | 12f5676cce3b2e04668df3f18f94f1a3c7fdbb9e [diff] [blame] |
small style fixes
diff --git a/networking/ftpgetput.c b/networking/ftpgetput.c index 5d13e28..47126ee 100644 --- a/networking/ftpgetput.c +++ b/networking/ftpgetput.c
@@ -78,7 +78,7 @@ /* 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) {