[oe-commits] Paul Menzel : Typo. s/to used/to use/

git version control git at git.openembedded.org
Wed Dec 23 06:37:48 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 9cc0b51c652a1da956f8b67d6836bb99a530f464
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9cc0b51c652a1da956f8b67d6836bb99a530f464

Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Sun Dec 13 16:47:05 2009 +0100

Typo. s/to used/to use/

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>

---

 docs/usermanual/chapters/recipes.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/usermanual/chapters/recipes.xml b/docs/usermanual/chapters/recipes.xml
index 74e8e16..cad1d80 100644
--- a/docs/usermanual/chapters/recipes.xml
+++ b/docs/usermanual/chapters/recipes.xml
@@ -201,7 +201,7 @@ VAR1 ?= "New value"</screen></para>
           which results in the actions only being performed for the specified
           target or machine: [TODO: Link to section on overrides]<screen>SRC_URI_append_sh4 = " file://fix-makefile.patch;patch=1"</screen>Note
           that the appended information is a variable itself, and therefore
-          it's possible to used <emphasis>+=</emphasis> or
+          it's possible to use <emphasis>+=</emphasis> or
           <emphasis>=+</emphasis> to assign variables to the
           <emphasis>_append</emphasis> information:<screen>SRC_URI_append = " file://fix-makefile.patch;patch=1"
 SRC_URI_append += "file://fix-install.patch;patch=1"</screen></para>
@@ -225,7 +225,7 @@ SRC_URI_append += "file://fix-install.patch;patch=1"</screen></para>
           specified target or machine: [TODO: Link to section on
           overrides]<screen>CFLAGS_prepend_sh4 = " file://fix-makefile.patch;patch=1"</screen>Note
           that the appended information is a variable itself, and therefore
-          it's possible to used <emphasis>+=</emphasis> or
+          it's possible to use <emphasis>+=</emphasis> or
           <emphasis>=+</emphasis> to assign variables to the
           <emphasis>_prepend</emphasis> information:<screen>CFLAGS_prepend = "-I${S}/myincludes "
 CFLAGS_prepend += "-I${S}/myincludes2 "</screen>Note also the lack of a space





More information about the Openembedded-commits mailing list