aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-04-23 05:46:55 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-04-23 05:46:55 +0000
commitffdcb41fd265e8d06985d84b39d27289afe1ac9a (patch)
treeffd3bd55133905e2801ad91582d3c98e9f31d64e
parent9d4a17e0b69940881751798fbecdb39dc2a23ba4 (diff)
downloadbusybox-w32-ffdcb41fd265e8d06985d84b39d27289afe1ac9a.tar.gz
busybox-w32-ffdcb41fd265e8d06985d84b39d27289afe1ac9a.tar.bz2
busybox-w32-ffdcb41fd265e8d06985d84b39d27289afe1ac9a.zip
build system: typo fix in help text
-rw-r--r--archival/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/Config.in b/archival/Config.in
index 35ac40bb7..4599b68d4 100644
--- a/archival/Config.in
+++ b/archival/Config.in
@@ -287,7 +287,7 @@ config UNLZMA
287 should probably say N here. 287 should probably say N here.
288 288
289config FEATURE_LZMA_FAST 289config FEATURE_LZMA_FAST
290 bool "Optimze unlzma for speed" 290 bool "Optimize unlzma for speed"
291 default n 291 default n
292 depends on UNLZMA 292 depends on UNLZMA
293 help 293 help