Signed-off-by: Robert P. J. Day <[email protected]>

---

diff --git a/doc/bitbake.1 b/doc/bitbake.1
index e687f0a..b33c845 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.
diff --git a/doc/manual/usermanual.xml b/doc/manual/usermanual.xml
index 6fb1979..ec984e4 100644
--- a/doc/manual/usermanual.xml
+++ b/doc/manual/usermanual.xml
@@ -119,7 +119,7 @@ will be introduced.</para>
             </section>
             <section>
                 <title>Conditional metadata set</title>
-                <para>OVERRIDES is a <quote>:</quote> seperated variable 
containing each item you want to satisfy conditions.  So, if you have a 
variable which is conditional on <quote>arm</quote>, and <quote>arm</quote> is 
in OVERRIDES, then the <quote>arm</quote> specific version of the variable is 
used rather than the non-conditional version.  Example:</para>
+                <para>OVERRIDES is a <quote>:</quote> separated variable 
containing each item you want to satisfy conditions.  So, if you have a 
variable which is conditional on <quote>arm</quote>, and <quote>arm</quote> is 
in OVERRIDES, then the <quote>arm</quote> specific version of the variable is 
used rather than the non-conditional version.  Example:</para>
                 <para><screen><varname>OVERRIDES</varname> = 
"architecture:os:machine"
 <varname>TEST</varname> = "defaultvalue"
 <varname>TEST_os</varname> = "osspecificvalue"
@@ -267,7 +267,7 @@ of the event and the content of the <varname>FILE</varname> 
variable.</para>
             </section>
             <section>
                 <title>.bb Files</title>
-                <para>A BitBake (.bb) file is a logical unit of tasks to be 
executed.  Normally this is a package to be built.  Inter-.bb dependencies are 
obeyed.  The files themselves are located via the <varname>BBFILES</varname> 
variable, which is set to a space seperated list of .bb files, and does handle 
wildcards.</para>
+                <para>A BitBake (.bb) file is a logical unit of tasks to be 
executed.  Normally this is a package to be built.  Inter-.bb dependencies are 
obeyed.  The files themselves are located via the <varname>BBFILES</varname> 
variable, which is set to a space separated list of .bb files, and does handle 
wildcards.</para>
             </section>
         </section>
     </chapter>
@@ -372,7 +372,7 @@ will be tried first when fetching a file if that fails the 
actual file will be t
 usage: bitbake [options] [package ...]

 Executes the specified task (default is 'build') for a given set of BitBake 
files.
-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.
 Default BBFILES are the .bb files in the current directory.

@@ -463,12 +463,12 @@ Two files will be written into the current working 
directory, <emphasis>depends.
             </section>
             <section>
                 <title>Metadata</title>
-                <para>As you may have seen in the usage information, or in the 
information about .bb files, the BBFILES variable is how the bitbake tool 
locates its files.  This variable is a space seperated list of files that are 
available, and supports wildcards.
+                <para>As you may have seen in the usage information, or in the 
information about .bb files, the BBFILES variable is how the bitbake tool 
locates its files.  This variable is a space separated list of files that are 
available, and supports wildcards.
                 <example>
                     <title>Setting BBFILES</title>
                     <programlisting><varname>BBFILES</varname> = 
"/path/to/bbfiles/*.bb"</programlisting>
                 </example></para>
-                <para>With regard to dependencies, it expects the .bb to 
define a <varname>DEPENDS</varname> variable, which contains a space seperated 
list of <quote>package names</quote>, which themselves are the 
<varname>PN</varname> variable.  The <varname>PN</varname> variable is, in 
general, by default, set to a component of the .bb filename.</para>
+                <para>With regard to dependencies, it expects the .bb to 
define a <varname>DEPENDS</varname> variable, which contains a space separated 
list of <quote>package names</quote>, which themselves are the 
<varname>PN</varname> variable.  The <varname>PN</varname> variable is, in 
general, by default, set to a component of the .bb filename.</para>
                 <example>
                     <title>Depending on another .bb</title>
                     <para>a.bb:


rday
--

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

            Linux Consulting, Training and Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
========================================================================
_______________________________________________
Bitbake-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bitbake-dev

Reply via email to