aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-11-17 12:47:50 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-11-17 12:47:50 +0000
commit37379389f6a5369ecd959de48086daefd2baede8 (patch)
treedb776ec6d83ae5bc85e348c85f0fa4655f0ac829 /Config.in
parentf8aa4bae440e701409f22214275fe7d88e67bf07 (diff)
downloadbusybox-w32-37379389f6a5369ecd959de48086daefd2baede8.tar.gz
busybox-w32-37379389f6a5369ecd959de48086daefd2baede8.tar.bz2
busybox-w32-37379389f6a5369ecd959de48086daefd2baede8.zip
- typo fix
git-svn-id: svn://busybox.net/trunk/busybox@16560 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r--Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index f888be9ad..7e20e162b 100644
--- a/Config.in
+++ b/Config.in
@@ -30,12 +30,12 @@ config NITPICK
30 You have been warned. 30 You have been warned.
31 31
32config DESKTOP 32config DESKTOP
33 bool "Enable options for full-blown desktop systems." 33 bool "Enable options for full-blown desktop systems"
34 default n 34 default n
35 help 35 help
36 Enable options and features which are not essential. 36 Enable options and features which are not essential.
37 Select this only if you plan to use busybox on full-blown 37 Select this only if you plan to use busybox on full-blown
38 desktop machine with common Linux distro, not on an ebmbedded box. 38 desktop machine with common Linux distro, not on an embedded box.
39 39
40choice 40choice
41 prompt "Buffer allocation policy" 41 prompt "Buffer allocation policy"