]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Some typos corrected via spell check.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Wed, 27 Mar 2013 20:35:45 +0000 (13:35 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Apr 2013 13:13:36 +0000 (14:13 +0100)
(From yocto-docs rev: 39fa2adeef3c7a27d6f166139b72fa9765cc0486)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/ref-classes.xml

index 99e9edb69b9690e6163d966ad9ef86ec7b9e7b1b..9cc7ad134a2b777e02d0f45ec498be79eca4c5ca 100644 (file)
@@ -25,7 +25,7 @@
 <para>
     In most cases inheriting the class is enough to enable its features, although
     for some classes you might need to set variables or override some of the
-    default behaviour.
+    default behavior.
 </para>
 
 <para>
         Recipes for Python extensions are simple.
         These recipes usually only need to point to the source's archive and then inherit
         the proper <filename>.bbclass</filename> file.
-        Building is split into two methods dependling on which method the module authors used.
+        Building is split into two methods depending on which method the module authors used.
         <itemizedlist>
             <listitem><para>Extensions that use an Autotools-based build system
                 require Autotools and
             <listitem><para><emphasis><filename>la:</filename></emphasis>
                 Checks <filename>.la</filename> files for any <filename>TMPDIR</filename>
                 paths.
-                Any <filename>.la</filename> file continaing these paths is incorrect since
+                Any <filename>.la</filename> file containing these paths is incorrect since
                 <filename>libtool</filename> adds the correct sysroot prefix when using the
                 files automatically itself.</para></listitem>
             <listitem><para><emphasis><filename>desktop:</filename></emphasis>