bzip2: make -s equivalent to -2 (compatible with standard bzip2)

telnetd: typo fix in comment
This commit is contained in:
Denis Vlasenko
2007-10-16 10:47:27 +00:00
parent 2450c450ab
commit 008eda2c54
2 changed files with 2 additions and 1 deletions

View File

@@ -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);
}
}