summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2007-08-24 05:28:18 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2007-08-24 05:28:18 +0000
commitecf881102711efff80a943ee0a91014317dd310d (patch)
tree0c91e30fb9d5f2597dd042b1a536e2dc49439b70 /docs
parent1f1faff85a17fe457751ee1fa4ad6afa1b20c9d8 (diff)
Fix spelling error in docs
Diffstat (limited to 'docs')
-rw-r--r--docs/buildroot.html2
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&lt;TAB&gt;