From: Ulf Samuelsson Date: Fri, 24 Aug 2007 05:28:18 +0000 (-0000) Subject: Fix spelling error in docs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ecf881102711efff80a943ee0a91014317dd310d;p=buildroot.git Fix spelling error in docs --- diff --git a/docs/buildroot.html b/docs/buildroot.html index 4b1e9005c8..f7871184b5 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -213,7 +213,7 @@ $ make HOSTCXX=g++-4.3-HEAD HOSTCC=gcc-4.3-HEAD $ complete -W menuconfig make -

Then just enter the begining of the line, and ask bash to +

Then just enter the beginning of the line, and ask bash to complete it for you by pressing the TAB key:

 $ make me<TAB>