소스 검색

Fix spelling error in docs

Ulf Samuelsson 18 년 전
부모
커밋
ecf8811027
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/buildroot.html

+ 1 - 1
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;