aboutsummaryrefslogtreecommitdiffstats
path: root/doc/bitbake.1
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2010-01-16 04:50:51 -0500
committerRobert P. J. Day <rpjday@crashcourse.ca>2010-01-16 04:50:51 -0500
commitb4253d889ad953809ce0f744f2007ec5119e8a52 (patch)
tree5df842adb13642c508ccc9f0adbe7a43c391b351 /doc/bitbake.1
parent84535d1bb695e5983f003372c35a30a1cea4f8ba (diff)
downloadbitbake-b4253d889ad953809ce0f744f2007ec5119e8a52.tar.gz
Fix a number of obvious documentation typoes.
Diffstat (limited to 'doc/bitbake.1')
-rw-r--r--doc/bitbake.14
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bitbake.1 b/doc/bitbake.1
index e687f0a42..036402e8a 100644
--- a/doc/bitbake.1
+++ b/doc/bitbake.1
@@ -32,7 +32,7 @@ command.
\fBbitbake\fP is a program that executes the specified task (default is 'build')
for a given set of BitBake files.
.br
-It expects that BBFILES is defined, which is a space seperated list of files to
+It expects that BBFILES is defined, which is a space separated list of files to
be executed. BBFILES does support wildcards.
.br
Default BBFILES are the .bb files in the current directory.
@@ -67,7 +67,7 @@ drop into the interactive mode also called the BitBake shell.
Specify task to execute. Note that this only executes the specified task for
the providee and the packages it depends on, i.e. 'compile' does not implicitly
call stage for the dependencies (IOW: use only if you know what you are doing).
-Depending on the base.bbclass a listtaks tasks is defined and will show
+Depending on the base.bbclass a listtasks task is defined and will show
available tasks.
.TP
.B \-rFILE, \-\-read=FILE