summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-03-19 12:06:27 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-23 14:24:49 +0000
commitdb22f39d1cb06fb76ed54a510bc2c4ae8edeb4ff (patch)
treebce5952de6d0ca45992c2c744405570104dac17e /documentation
parentcb4b0aa3289e873f020d2758deb4982e7b40f7ad (diff)
downloadpoky-db22f39d1cb06fb76ed54a510bc2c4ae8edeb4ff.tar.gz
documentation/dev-manual/dev-manual-common-tasks.xml: Spell check.
(From yocto-docs rev: 3bc8b3a4fc0adcfcda3026e7c209e4f57e750737) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index cd90c10a0b..e72e8f6f5f 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -948,7 +948,7 @@
948 <para> 948 <para>
949 Furthermore, you must use <filename>_append</filename> instead of the <filename>+=</filename> 949 Furthermore, you must use <filename>_append</filename> instead of the <filename>+=</filename>
950 operator if you want to avoid ordering issues. 950 operator if you want to avoid ordering issues.
951 The reason for this is because doing so uncondtionally appends to the variable and 951 The reason for this is because doing so unconditionally appends to the variable and
952 avoids ordering problems due to the variable being set in image recipes and 952 avoids ordering problems due to the variable being set in image recipes and
953 <filename>.bbclass</filename> files with operators like <filename>?=</filename>. 953 <filename>.bbclass</filename> files with operators like <filename>?=</filename>.
954 Using <filename>_append</filename> ensures the operation takes affect. 954 Using <filename>_append</filename> ensures the operation takes affect.
@@ -1676,7 +1676,7 @@ so that there are some definite steps on how to do this. I need more detail her
1676 You can use the <filename>menuconfig</filename> tool and configuration fragments to 1676 You can use the <filename>menuconfig</filename> tool and configuration fragments to
1677 make sure your <filename>.config</filename> file is just how you need it. 1677 make sure your <filename>.config</filename> file is just how you need it.
1678 This section describes how to use <filename>menuconfig</filename>, create and use 1678 This section describes how to use <filename>menuconfig</filename>, create and use
1679 configuration fragments, and how to interatively tweak your <filename>.config</filename> 1679 configuration fragments, and how to interactively tweak your <filename>.config</filename>
1680 file to create the leanest kernel configuration file possible. 1680 file to create the leanest kernel configuration file possible.
1681 </para> 1681 </para>
1682 1682
@@ -1791,7 +1791,7 @@ so that there are some definite steps on how to do this. I need more detail her
1791 For each output warning, a message points to the file 1791 For each output warning, a message points to the file
1792 that contains a list of the options and a pointer to the config 1792 that contains a list of the options and a pointer to the config
1793 fragment that defines them. 1793 fragment that defines them.
1794 Collectively, the files are the key to streamlining the configiguration. 1794 Collectively, the files are the key to streamlining the configuration.
1795 </para> 1795 </para>
1796 1796
1797 <para> 1797 <para>