summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-27 13:35:45 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:13:36 +0100
commit73d463c51a1a2ee07c0394ae9f318302d1e7ba8a (patch)
treeb8d0d337abe3272e18a4a9dd3d24cd4e62650d18 /documentation/ref-manual/ref-classes.xml
parentc209bdccb04ce430f57b64add2b3d26100d8b83a (diff)
downloadast2050-yocto-poky-73d463c51a1a2ee07c0394ae9f318302d1e7ba8a.zip
ast2050-yocto-poky-73d463c51a1a2ee07c0394ae9f318302d1e7ba8a.tar.gz
ref-manual: Some typos corrected via spell check.
(From yocto-docs rev: 39fa2adeef3c7a27d6f166139b72fa9765cc0486) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 99e9edb..9cc7ad1 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -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>
@@ -252,7 +252,7 @@
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
@@ -508,7 +508,7 @@
<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>
OpenPOWER on IntegriCloud