aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-19 14:02:51 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-19 14:02:51 +0000
commit14b1d2930a059c048cbd7b084eb083326847478f (patch)
tree8d296233442ba0077e514cfb414185a7d099bfce /INSTALL
parent0a8812bdc588fd6e32f7c5ad97cfc9288b9822dc (diff)
downloadbusybox-14b1d2930a059c048cbd7b084eb083326847478f.tar.gz
- typo s/allbaseconfig/allbareconfig/
I thought Robert Day pointed this out, but i cannot find the mail in the archives..
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 4d0a09f9a..731e58e41 100644
--- a/INSTALL
+++ b/INSTALL
@@ -53,7 +53,7 @@ is run without an existing configuration, make defconfig will run first to
create a known starting point.
Other starting configurations (mostly used for testing purposes) include
-"make allbaseconfig" (enables all applets but disables all optional features),
+"make allbareconfig" (enables all applets but disables all optional features),
"make allyesconfig" (enables absolutely everything including debug features),
and "make randconfig" (produce a random configuration).