From 008eda2c548045b4918ebb2e132940a790a84201 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 16 Oct 2007 10:47:27 +0000 Subject: bzip2: make -s equivalent to -2 (compatible with standard bzip2) telnetd: typo fix in comment --- networking/telnetd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking') diff --git a/networking/telnetd.c b/networking/telnetd.c index 96620d949..eb3701133 100644 --- a/networking/telnetd.c +++ b/networking/telnetd.c @@ -415,7 +415,7 @@ int telnetd_main(int argc, char **argv) /*bb_error_msg("listening for connections");*/ if (!(opt & OPT_FOREGROUND)) { /* DAEMON_CHDIR_ROOT was giving inconsistent - * behavior with/wthout -F, -i */ + * behavior with/without -F, -i */ bb_daemonize_or_rexec(0 /*DAEMON_CHDIR_ROOT*/, argv); } } -- cgit v1.2.3