From: Eric Andersen Date: Thu, 31 Aug 2000 23:53:58 +0000 (-0000) Subject: Fix a spelling error X-Git-Tag: 0_47~132 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ad3d90f91e1136ec6642d1e94044b1e87f2bf2f9;p=oweals%2Fbusybox.git Fix a spelling error -Erik --- 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 @@ // //Allow the shell to invoke all the compiled in BusyBox commands as if they //were shell builtins. Nice for staticly linking an emergency rescue shell -//amoung other thing. +//among other thing. #define BB_FEATURE_SH_STANDALONE_SHELL // // Enable tab completion in the shell (not yet