aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2013-01-17 10:24:51 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2013-01-17 10:24:51 +0100
commit5ca853e5dab665efef99f3b6690015977ff90572 (patch)
treec0bb9069c6532a4c13fc4ba900bbe920893a0478
parent20c5e5a626296f92acc16bfc8417dd4f230bf56d (diff)
downloadbusybox-w32-5ca853e5dab665efef99f3b6690015977ff90572.tar.gz
busybox-w32-5ca853e5dab665efef99f3b6690015977ff90572.tar.bz2
busybox-w32-5ca853e5dab665efef99f3b6690015977ff90572.zip
fix a typo in config help text. Closes 5714
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index b3fd65bd9..03c2d032f 100644
--- a/Config.in
+++ b/Config.in
@@ -332,7 +332,7 @@ config FEATURE_SUID
332 root-level operations even when run by ordinary users 332 root-level operations even when run by ordinary users
333 (for example, mounting of user mounts in fstab needs this). 333 (for example, mounting of user mounts in fstab needs this).
334 334
335 Busybox will automatically drop priviledges for applets 335 Busybox will automatically drop privileges for applets
336 that don't need root access. 336 that don't need root access.
337 337
338 If you are really paranoid and don't want to do this, build two 338 If you are really paranoid and don't want to do this, build two