aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2011-10-07 20:02:31 +0200
committerPaul Menzel <paulepanter@users.sourceforge.net>2011-10-08 10:28:52 +0200
commit94a8ec7298988074e09caea9471f21bc56d47bb1 (patch)
tree5823ceeb74ba07f3cc69fb2f5cb9ffdb1872c344
parent26f157ed7db3fb1cd576fffa31c041a9b382e5e3 (diff)
downloadopenembedded-94a8ec7298988074e09caea9471f21bc56d47bb1.tar.gz
usermanual: Correct »should used« to »should be used«
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
-rw-r--r--docs/usermanual/reference/dirs_install.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usermanual/reference/dirs_install.xml b/docs/usermanual/reference/dirs_install.xml
index 14f3fc645e..2afe032406 100644
--- a/docs/usermanual/reference/dirs_install.xml
+++ b/docs/usermanual/reference/dirs_install.xml
@@ -13,7 +13,7 @@ CONFFILES_${PN} = "${sysconfdir}/default/quagga"
CONFFILES_${PN}-watchquagga = "${sysconfdir}/default/watchquagga"</screen></para>
<para>When using these variables to actually install the components of a
- package from within a bitbake recipe they should used relative to the
+ package from within a bitbake recipe they should be used relative to the
destination directory, <emphasis role="bold">D</emphasis>. The following
example from the quagga recipe shows some addition files being manually
installed from within the recipe itself:<screen>do_install () {