aboutsummaryrefslogtreecommitdiff
path: root/networking/telnetd.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-10-16 10:47:27 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-10-16 10:47:27 +0000
commit008eda2c548045b4918ebb2e132940a790a84201 (patch)
tree4ee703c07ab5159321fb41e5f566138cd8391c54 /networking/telnetd.c
parent2450c450ab8af271521c18b3c5e8e1b3c9041838 (diff)
downloadbusybox-008eda2c548045b4918ebb2e132940a790a84201.tar.gz
bzip2: make -s equivalent to -2 (compatible with standard bzip2)
telnetd: typo fix in comment
Diffstat (limited to 'networking/telnetd.c')
-rw-r--r--networking/telnetd.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}