diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-24 05:28:18 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-24 05:28:18 +0000 |
commit | ecf881102711efff80a943ee0a91014317dd310d (patch) | |
tree | 0c91e30fb9d5f2597dd042b1a536e2dc49439b70 /docs/buildroot.html | |
parent | 1f1faff85a17fe457751ee1fa4ad6afa1b20c9d8 (diff) | |
download | buildroot-novena-ecf881102711efff80a943ee0a91014317dd310d.tar.gz buildroot-novena-ecf881102711efff80a943ee0a91014317dd310d.zip |
Fix spelling error in docs
Diffstat (limited to 'docs/buildroot.html')
-rw-r--r-- | docs/buildroot.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html index 4b1e9005c..f7871184b 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 </pre> - <p>Then just enter the begining of the line, and ask <i>bash</i> to + <p>Then just enter the beginning of the line, and ask <i>bash</i> to complete it for you by pressing the <i>TAB</i> key:</p> <pre> $ make me<TAB> |