]> code.ossystems Code Review - openembedded-core.git/commitdiff
documentation/poky-ref-manual: changes applied from a patch submitted by Cyril Humbert.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Thu, 2 Dec 2010 22:34:31 +0000 (14:34 -0800)
committerSaul Wold <Saul.Wold@intel.com>
Sat, 11 Dec 2010 06:01:27 +0000 (22:01 -0800)
Cyril submitted a patch via email form for several spelling corrections.  The master docs, however, are not up-to-date with what I have on my contrib area.  Many of Cyril's corrections were already addressed.  A few were not and I have updated them here with this commit.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
documentation/poky-ref-manual/ref-bitbake.xml
documentation/poky-ref-manual/ref-classes.xml
documentation/poky-ref-manual/ref-images.xml
documentation/poky-ref-manual/ref-variables.xml

index 9554c11388b40119c2f9422aaae2bf93c7f8e71a..cf019aabcd3ba9b400c8d205951bc7b0d4d2c6d2 100644 (file)
@@ -84,7 +84,7 @@
             </filename> directory within Poky, but other directories such as
             <filename class="directory">meta-extras/</filename> can be included 
             too. 
-            Adding extra content to BBFILES is best acheived through the use of BitBake
+            Adding extra content to BBFILES is best achieved through the use of BitBake
             <link linkend='usingpoky-changes-layers'>"layers"</link>.
         </para>
 
index 38122c030185b8deff0b3a8da3dc839b776806cc..d7cfb6e1438fd08891765f5fea0be35627e0c8bc 100644 (file)
@@ -45,7 +45,7 @@
     <para>
         Autotools (autoconf, automake, libtool) brings standardisation and this
         class aims to define a set of tasks (configure, compile etc.) that will
-        work for all autotooled packages.  It should usualy be enough to define
+        work for all autotooled packages.  It should usually be enough to define
         a few standard variables as documented in the <link
         linkend='usingpoky-extend-addpkg-autotools'>simple autotools
         example</link> section and then simply "inherit autotools". This class
@@ -60,7 +60,7 @@
     <itemizedlist>
       <listitem>
         <para>
-            'do_configure' regenearates the configure script (using autoreconf) and
+            'do_configure' regenerates the configure script (using autoreconf) and
             then launches it with a standard set of arguments used during
             cross-compilation. Additional parameters can be passed to 
             <command>configure</command> through the <glossterm><link 
index 822c6b0bbca32e70c50317231c12c5e57c6250e7..b74b5230cf03a93c1b6a8b69cc408d957726b42e 100644 (file)
@@ -52,7 +52,7 @@
                     <emphasis>meta-toolchain</emphasis> - This generates a tarball containing
                     a standalone toolchain which can be used externally to Poky. It is self
                     contained and unpacks to the <filename class="directory">/opt/poky</filename>
-                    directory. It also contains a copy of QEMU and the scripts neccessary to run 
+                    directory. It also contains a copy of QEMU and the scripts necessary to run 
                     poky QEMU images.
                 </para>
             </listitem>
index e4c60d195f557aadc72f91d76ef438a63a4297d5..e105c445c1b1749c76341a310c9c25f444e2ab2c 100644 (file)
 
         <glossentry id='var-BBPATH'><glossterm>BBPATH</glossterm>
             <glossdef>
-                <para>Used by Bitbake to locate bbclass and configuration files.  This variable is analagous to 
+                <para>Used by Bitbake to locate bbclass and configuration files.  This variable is analogous to 
                     the PATH variable.</para>
             </glossdef>
         </glossentry>
 
         <glossentry id='var-COMPATIBLE_MACHINE'><glossterm>COMPATIBLE_MACHINE</glossterm>
             <glossdef>
-                <para>A regular expression which evalutates to match the machines the recipe 
+                <para>A regular expression which evaluates to match the machines the recipe 
                 works with. It stops recipes being run on machines they're incompatible with, 
-                which is partciuarly useful with kernels. It also helps to increase parsing 
+                which is particularly useful with kernels. It also helps to increase parsing 
                 speed as further parsing of the recipe is skipped as if it found the current
                 machine is not compatible.</para>
             </glossdef>
@@ -833,7 +833,7 @@ recipes-graphics/xorg-font/fiont-alias_1.0.2.bb:PR - "$(INC_PR).0"
 
         <glossentry id='var-SUMMARY'><glossterm>SUMMARY</glossterm>
             <glossdef>
-                <para>Short (72 char suggested) Summary of binary package for packaging sytems such as ipkg, rpm or debian, inherits DESCRIPTION by default</para>
+                <para>Short (72 char suggested) Summary of binary package for packaging systems such as ipkg, rpm or debian, inherits DESCRIPTION by default</para>
             </glossdef>
         </glossentry>