diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-17 10:24:51 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-17 10:24:51 +0100 |
commit | 5ca853e5dab665efef99f3b6690015977ff90572 (patch) | |
tree | c0bb9069c6532a4c13fc4ba900bbe920893a0478 | |
parent | 20c5e5a626296f92acc16bfc8417dd4f230bf56d (diff) | |
download | busybox-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.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |