aboutsummaryrefslogtreecommitdiff
path: root/usage.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-11 19:39:25 +0000
committerEric Andersen <andersen@codepoet.org>2000-12-11 19:39:25 +0000
commit20c2bdd7f2d658a38578e7061f8acc6ca56a7c28 (patch)
tree14e5dad5501a40d767a1206f14ac5dc5753a5531 /usage.c
parent5c365da88438f8af9a4314d7a305cc3fd9be4843 (diff)
downloadbusybox-20c2bdd7f2d658a38578e7061f8acc6ca56a7c28.tar.gz
Fix spelling error s/defaut/default/g
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usage.c b/usage.c
index 74dc44060..57e26bc26 100644
--- a/usage.c
+++ b/usage.c
@@ -1176,7 +1176,7 @@ const char syslogd_usage[] =
"\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)\n"
#ifdef BB_FEATURE_REMOTE_LOG
"\t-R HOST[:PORT]\t\tLog remotely to IP or hostname on PORT (default PORT=514/UDP)\n"
- "\t-L\t\tLog locally as well as network logging (defaut is network only)\n"
+ "\t-L\t\tLog locally as well as network logging (default is network only)\n"
#endif
#endif
;