summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/usingpoky.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/usingpoky.xml')
-rw-r--r--documentation/poky-ref-manual/usingpoky.xml2
1 files changed, 1 insertions, 1 deletions
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>