diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-17 12:47:50 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-17 12:47:50 +0000 |
commit | 68532b357806a0e70652b1ceccd4d76aa73c3bb8 (patch) | |
tree | db776ec6d83ae5bc85e348c85f0fa4655f0ac829 | |
parent | e766715032fa14ae60a053c41a1eeeb6046e19e2 (diff) | |
download | busybox-68532b357806a0e70652b1ceccd4d76aa73c3bb8.tar.gz |
- typo fix
-rw-r--r-- | Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,12 +30,12 @@ config NITPICK You have been warned. config DESKTOP - bool "Enable options for full-blown desktop systems." + bool "Enable options for full-blown desktop systems" default n help Enable options and features which are not essential. Select this only if you plan to use busybox on full-blown - desktop machine with common Linux distro, not on an ebmbedded box. + desktop machine with common Linux distro, not on an embedded box. choice prompt "Buffer allocation policy" |