diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2012-03-22 06:05:59 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-22 16:43:54 +0000 |
commit | dc52c3cbf3a7b7242d53019f7643495eb40c0566 (patch) | |
tree | 3225169ca6d7856f8bd1ae77393e12449328f670 /meta/recipes-support | |
parent | bbf38aa898454a2bb9a4ac993eb2696fbd5f4e57 (diff) | |
download | openembedded-core-dc52c3cbf3a7b7242d53019f7643495eb40c0566.tar.gz openembedded-core-dc52c3cbf3a7b7242d53019f7643495eb40c0566.tar.bz2 openembedded-core-dc52c3cbf3a7b7242d53019f7643495eb40c0566.tar.xz openembedded-core-dc52c3cbf3a7b7242d53019f7643495eb40c0566.zip |
Fix common typoes "existant", "dependant" and variations
Fix a couple common typoes, all contained within comments so there
should be no effect on functionality.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/taglib/taglib-1.6.3/nolibtool.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/taglib/taglib-1.6.3/nolibtool.patch b/meta/recipes-support/taglib/taglib-1.6.3/nolibtool.patch index 18237f24b..bf45b2f31 100644 --- a/meta/recipes-support/taglib/taglib-1.6.3/nolibtool.patch +++ b/meta/recipes-support/taglib/taglib-1.6.3/nolibtool.patch @@ -1027,7 +1027,7 @@ Index: taglib-1.6.1/acinclude.m4 - test -n "$_LT_AC_TAGVAR(runpath_var $1)" || \ - test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then - -- # We can hardcode non-existant directories. +- # We can hardcode non-existent directories. - if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no && - # If the only mechanism to avoid hardcoding is shlibpath_var, we - # have to relink, otherwise we might link with an installed library |