summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2012-03-26 09:53:39 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-26 23:30:29 +0100
commitd5318a33587a3467cf6948b6008e283662965f0a (patch)
tree99acecb4077e14b4b98840029e078d9fb64c35c2 /documentation/poky-ref-manual
parent5df1753a152b8c374d74cfe521d20af0eb66420c (diff)
downloadpoky-d5318a33587a3467cf6948b6008e283662965f0a.tar.gz
documentation/poky-ref-manual: Typos fixed.
(From yocto-docs rev: 3f05eca756cb70adbaa639d2b677f88ae720ba4a) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r--documentation/poky-ref-manual/technical-details.xml2
-rw-r--r--documentation/poky-ref-manual/usingpoky.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/poky-ref-manual/technical-details.xml b/documentation/poky-ref-manual/technical-details.xml
index f3fcf14ccd..a63943e0c6 100644
--- a/documentation/poky-ref-manual/technical-details.xml
+++ b/documentation/poky-ref-manual/technical-details.xml
@@ -636,7 +636,7 @@
636 <title>Using x32 Right Now</title> 636 <title>Using x32 Right Now</title>
637 637
638 <para> 638 <para>
639 Despite the fact the x32 psABI support is in developement state for this release of the 639 Despite the fact the x32 psABI support is in development state for this release of the
640 Yocto Project, you can follow these steps to use the x32 spABI: 640 Yocto Project, you can follow these steps to use the x32 spABI:
641 <itemizedlist> 641 <itemizedlist>
642 <listitem><para>Add the <filename>experimental/meta-x32</filename> layer to your local 642 <listitem><para>Add the <filename>experimental/meta-x32</filename> layer to your local
diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml
index c80b080cc8..914a0f5771 100644
--- a/documentation/poky-ref-manual/usingpoky.xml
+++ b/documentation/poky-ref-manual/usingpoky.xml
@@ -295,7 +295,7 @@
295 if fatal_error: 295 if fatal_error:
296 bb.fatal("fatal_error detected, unable to print the task list") 296 bb.fatal("fatal_error detected, unable to print the task list")
297 bb.plain("The tasks present are abc") 297 bb.plain("The tasks present are abc")
298 bb.debug(2, "Finished figureing out the tasklist") 298 bb.debug(2, "Finished figuring out the tasklist")
299 } 299 }
300 </literallayout> 300 </literallayout>
301 </para> 301 </para>