[git commit] Typo fixes

Denys Vlasenko vda.linux at googlemail.com
Sat Mar 17 20:32:34 UTC 2012


commit: http://git.busybox.net/busybox-website/commit/?id=12a219695d159ee7d2f13a1cac78a54942307e9f
branch: http://git.busybox.net/busybox-website/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 FAQ.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/FAQ.html b/FAQ.html
index a55c1d3..68f9f25 100644
--- a/FAQ.html
+++ b/FAQ.html
@@ -226,7 +226,7 @@ have additions/corrections to this document, we would love to add them.
 <p> This should result in a new "busybox" binary.
 </p>
 <p> Busybox uses the same "menuconfig" infrastructure as the Linux kernel.
-    you can start with "make defconfig" to enable almost everything, or
+    You can start with "make defconfig" to enable almost everything, or
     "make allnoconfig" to disable everything, and then alter the selection
     with "make menuconfig" (which uses tab, cursor up and down, space, and
     escape keys to navigate, and the forward slash key to search for symbol
@@ -1124,9 +1124,9 @@ command line argument parsing (getopt32.c), and a whole lot more.</p>
 <p>
         The "showasm" command (in the scripts directory) produces an assembly
         dump of a function, providing a closer look at what changed.  Try
-        "scripts/showasm Busybox_unstripped" to list available symbols, and
-        "scripts/showasm Busybox_unstripped symbolname" to see the assembly
-        for a sepecific symbol.
+        "scripts/showasm busybox_unstripped" to list available symbols, and
+        "scripts/showasm busybox_unstripped symbolname" to see the assembly
+        for a specific symbol.
 </p>
 
 <hr />


More information about the busybox-cvs mailing list