aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-08-31 23:53:58 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-08-31 23:53:58 +0000
commite32ecf30c3225a65aad094d38669ff818b345325 (patch)
tree3c6b43f8c4cf8e93b45593194b0bda964a579b90
parent329ada11e51631cf1a5f0d6d3b00b2047b0f06ba (diff)
downloadbusybox-w32-e32ecf30c3225a65aad094d38669ff818b345325.tar.gz
busybox-w32-e32ecf30c3225a65aad094d38669ff818b345325.tar.bz2
busybox-w32-e32ecf30c3225a65aad094d38669ff818b345325.zip
Fix a spelling error
-Erik git-svn-id: svn://busybox.net/trunk/busybox@988 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--busybox.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h
index c85f1eeab..ff8a6ce81 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -224,7 +224,7 @@
224// 224//
225//Allow the shell to invoke all the compiled in BusyBox commands as if they 225//Allow the shell to invoke all the compiled in BusyBox commands as if they
226//were shell builtins. Nice for staticly linking an emergency rescue shell 226//were shell builtins. Nice for staticly linking an emergency rescue shell
227//amoung other thing. 227//among other thing.
228#define BB_FEATURE_SH_STANDALONE_SHELL 228#define BB_FEATURE_SH_STANDALONE_SHELL
229// 229//
230// Enable tab completion in the shell (not yet 230// Enable tab completion in the shell (not yet