summaryrefslogtreecommitdiff
authorDenys Vlasenko <vda.linux@googlemail.com>2010-04-06 16:51:29 (GMT)
committer Denys Vlasenko <vda.linux@googlemail.com>2010-04-06 16:51:29 (GMT)
commit64827a2e5dc20a6113e4dc1b96e0f528eeb7fffb (patch)
treedbd1088d063af2ba531593e5bb4dc1a3645b9860
parentf8d8aa1cea915ce115345e6e729eddc80e86f021 (diff)
downloadbusybox-64827a2e5dc20a6113e4dc1b96e0f528eeb7fffb.zip
busybox-64827a2e5dc20a6113e4dc1b96e0f528eeb7fffb.tar.gz
busybox-64827a2e5dc20a6113e4dc1b96e0f528eeb7fffb.tar.bz2
fix typo
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat
-rw-r--r--Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index 323b96c..40af911 100644
--- a/Config.in
+++ b/Config.in
@@ -259,7 +259,7 @@ config FEATURE_UTMP
The file /var/run/utmp is used to track who is currently logged in.
With this option on, certain applets (getty, login, telnetd etc)
will create and delete entries there.
- "who" apples requires this option.
+ "who" applet requires this option.
config FEATURE_WTMP
bool "Support wtmp file"
@@ -270,7 +270,7 @@ config FEATURE_WTMP
and logged out of the system.
With this option on, certain applets (getty, login, telnetd etc)
will append new entries there.
- "last" apples requires this option.
+ "last" applet requires this option.
config FEATURE_PIDFILE
bool "Support writing pidfiles"