浏览代码

Fix a typo "bysybox" -> "busybox"

Sebastien Bourdelin 9 年之前
父节点
当前提交
c406ee9d4b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Misc/contribute.md

+ 1 - 1
Misc/contribute.md

@@ -222,7 +222,7 @@ $ make menuconfig
 $ make -j4
 $ 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)
 ![busysbox menu](http://s18.postimg.org/sj92uoweh/busybox.png)