From db22f39d1cb06fb76ed54a510bc2c4ae8edeb4ff Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 19 Mar 2012 12:06:27 -0600 Subject: documentation/dev-manual/dev-manual-common-tasks.xml: Spell check. (From yocto-docs rev: 3bc8b3a4fc0adcfcda3026e7c209e4f57e750737) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation') 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 @@ Furthermore, you must use _append instead of the += operator if you want to avoid ordering issues. - The reason for this is because doing so uncondtionally appends to the variable and + The reason for this is because doing so unconditionally appends to the variable and avoids ordering problems due to the variable being set in image recipes and .bbclass files with operators like ?=. Using _append 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 You can use the menuconfig tool and configuration fragments to make sure your .config file is just how you need it. This section describes how to use menuconfig, create and use - configuration fragments, and how to interatively tweak your .config + configuration fragments, and how to interactively tweak your .config file to create the leanest kernel configuration file possible. @@ -1791,7 +1791,7 @@ so that there are some definite steps on how to do this. I need more detail her For each output warning, a message points to the file that contains a list of the options and a pointer to the config fragment that defines them. - Collectively, the files are the key to streamlining the configiguration. + Collectively, the files are the key to streamlining the configuration. -- cgit v1.2.3-54-g00ecf