diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-04-06 18:51:29 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-04-06 18:51:29 +0200 |
commit | 64827a2e5dc20a6113e4dc1b96e0f528eeb7fffb (patch) | |
tree | dbd1088d063af2ba531593e5bb4dc1a3645b9860 | |
parent | f8d8aa1cea915ce115345e6e729eddc80e86f021 (diff) | |
download | busybox-w32-64827a2e5dc20a6113e4dc1b96e0f528eeb7fffb.tar.gz busybox-w32-64827a2e5dc20a6113e4dc1b96e0f528eeb7fffb.tar.bz2 busybox-w32-64827a2e5dc20a6113e4dc1b96e0f528eeb7fffb.zip |
fix typo
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -259,7 +259,7 @@ config FEATURE_UTMP | |||
259 | The file /var/run/utmp is used to track who is currently logged in. | 259 | The file /var/run/utmp is used to track who is currently logged in. |
260 | With this option on, certain applets (getty, login, telnetd etc) | 260 | With this option on, certain applets (getty, login, telnetd etc) |
261 | will create and delete entries there. | 261 | will create and delete entries there. |
262 | "who" apples requires this option. | 262 | "who" applet requires this option. |
263 | 263 | ||
264 | config FEATURE_WTMP | 264 | config FEATURE_WTMP |
265 | bool "Support wtmp file" | 265 | bool "Support wtmp file" |
@@ -270,7 +270,7 @@ config FEATURE_WTMP | |||
270 | and logged out of the system. | 270 | and logged out of the system. |
271 | With this option on, certain applets (getty, login, telnetd etc) | 271 | With this option on, certain applets (getty, login, telnetd etc) |
272 | will append new entries there. | 272 | will append new entries there. |
273 | "last" apples requires this option. | 273 | "last" applet requires this option. |
274 | 274 | ||
275 | config FEATURE_PIDFILE | 275 | config FEATURE_PIDFILE |
276 | bool "Support writing pidfiles" | 276 | bool "Support writing pidfiles" |