From c406ee9d4b2302cb869976e11508825e19b6cd24 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdelin Date: Tue, 22 Sep 2015 16:00:53 -0400 Subject: [PATCH] Fix a typo "bysybox" -> "busybox" --- Misc/contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/contribute.md b/Misc/contribute.md index 67d77ed..30b5ffd 100644 --- a/Misc/contribute.md +++ b/Misc/contribute.md @@ -222,7 +222,7 @@ $ make menuconfig $ make -j4 ``` -The `bysybox` is an executable file - `/bin/busybox` that contains a set of standard tools like [coreutils](https://en.wikipedia.org/wiki/GNU_Core_Utilities) and etc. In the `busysbox` menu we need to enable: `Build BusyBox as a static binary (no shared libs)` option: +The `busybox` is an executable file - `/bin/busybox` that contains a set of standard tools like [coreutils](https://en.wikipedia.org/wiki/GNU_Core_Utilities) and etc. In the `busysbox` menu we need to enable: `Build BusyBox as a static binary (no shared libs)` option: ![busysbox menu](http://s18.postimg.org/sj92uoweh/busybox.png)