]> code.ossystems Code Review - openembedded-core.git/commitdiff
Fix common typoes "existant", "dependant" and variations
authorRobert P. J. Day <rpjday@crashcourse.ca>
Thu, 22 Mar 2012 10:05:59 +0000 (06:05 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Mar 2012 16:43:54 +0000 (16:43 +0000)
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>
meta/classes/license.bbclass
meta/classes/qemu.bbclass
meta/conf/documentation.conf
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant.conf
meta/recipes-devtools/distcc/files/distcc-avahi.patch
meta/recipes-devtools/opkg/opkg/fix_installorder.patch
meta/recipes-devtools/opkg/opkg/track_parents.patch
meta/recipes-devtools/perl/perl-rdepends_5.14.2.inc
meta/recipes-extended/at/files/fix_parallel_build_error.patch
meta/recipes-graphics/xorg-lib/libpciaccess_0.12.902.bb
meta/recipes-support/taglib/taglib-1.6.3/nolibtool.patch

index 312631881fd9486914a4c059c253702feeb1f01b..9459b0027ff8a0cc72686e142185e67e8eef24d7 100644 (file)
@@ -79,7 +79,7 @@ license_create_manifest() {
     INSTALLED_PKGS=`cat ${LICENSE_DIRECTORY}/${IMAGE_NAME}/package.manifest`
     # list of installed packages is broken for deb
     for pkg in ${INSTALLED_PKGS}; do
-        # not the best way to do this but licenses are not arch dependant iirc
+        # not the best way to do this but licenses are not arch-dependent iirc
         files=`find ${TMPDIR}/pkgdata/*/runtime -name ${pkg}| head -1`
         for filename in $files; do
             pkged_pn="$(sed -n 's/^PN: //p' ${filename})"
index 22ebcfde404ed6be0f17e34ad5bb2e0c3d301d5f..c0a538036f324dd9763f4d5f664db5a19567a14e 100644 (file)
@@ -1,6 +1,6 @@
 #
 # This class contains functions for recipes that need QEMU or test for its
-# existance.
+# existence.
 #
 
 def qemu_target_binary(data):
index d984d0d65668801b233abf55280c57e89a024c1c..f4d62418c695d23c6901d8b30e49ad7ecfa30a78 100644 (file)
@@ -40,7 +40,7 @@ ASSUME_SHLIBS[doc] = "List of shlib:package[_version] mappings. Useful for lib p
  for which automatic shlib dependency tracking doesn't work."
 
 PACKAGE_ARCH[doc] = 'The architecture needed for using a resulting package. If you have \
-machine dependant configuration options in your bitbake file add a \
+machine-dependent configuration options in your bitbake file add a \
 PACKAGE_ARCH  = "${MACHINE_ARCH}" to the file.'
 
 PACKAGE_ARCHS[doc] = 'A list of architectures compatible with the given target in order of priority'
index f0c993d1956d3f52e0d3a88aac14a2a7ecf5d43e..68258f5ee25b3943a54ace5d8b530a75ecec04c5 100644 (file)
@@ -28,7 +28,7 @@
 # Parameters for the control interface. If this is specified, wpa_supplicant
 # will open a control interface that is available for external programs to
 # manage wpa_supplicant. The meaning of this string depends on which control
-# interface mechanism is used. For all cases, the existance of this parameter
+# interface mechanism is used. For all cases, the existence of this parameter
 # in configuration is used to determine whether the control interface is
 # enabled.
 #
index 30b4c918664dba97c0ecc03a31ee96168dfe0ee3..1f15d4b82a212770e63590a0527756e7b6dd742e 100644 (file)
@@ -899,7 +899,7 @@ Upstream-Status: Pending
 +    AvahiServiceResolver *resolver;
 +};
 +
-+/* A generic, system independant lock routine, similar to sys_lock,
++/* A generic, system-independent lock routine, similar to sys_lock,
 + * but more powerful:
 + *        rw:         if non-zero: r/w lock instead of r/o lock
 + *        enable:     lock or unlock
index 5e6c40d649a4a614eeb66cf338b3e81dd81a64c4..9dd10b28e1c1f1b46359d2c64bef4f32bf8ed248 100644 (file)
@@ -55,7 +55,7 @@ Index: trunk/libopkg/opkg_install.c
 +                  opkg_msg(DEBUG2,"Calling opkg_install_pkg.\n");
 +                  err = opkg_install_pkg(dep, 0);
 +                  /* mark this package as having been automatically installed to
-+                   * satisfy a dependancy */
++                   * satisfy a dependency */
 +                  dep->auto_installed = 1;
 +                  if (err) {
 +                       pkg_vec_free(depends);
index 1f54256c2d1158e182745f114c974e9a7627cfb8..ef327e3ef0ec101ec50345be626c9c2d61b2f201 100644 (file)
@@ -23,7 +23,7 @@ Index: trunk/libopkg/opkg_install.c
 +                       pkg_vec_insert(dep->wanted_by, pkg);
                    err = opkg_install_pkg(dep, 0);
                    /* mark this package as having been automatically installed to
-                    * satisfy a dependancy */
+                    * satisfy a dependency */
 @@ -115,6 +121,8 @@
          /* The package was uninstalled when we started, but another
             dep earlier in this loop may have depended on it and pulled
index 26239d2d526e9ed805195ce08fcea290ccc6f3a7..ae695c400a171f49b5b57249fb9e94da6ecbe0c6 100644 (file)
@@ -7,7 +7,7 @@
 #egrep -r "use|require" perl-module-* | grep ";" | egrep "\.pm:require | \.pm:use" | sed "s-/.*\.pm: *- += -g" | sed "s/[\"\']//g" | sed "s/;.*/\"/g" | sed "s/require */\"perl-module-/g" | sed "s/CPANPLUS::.*/cpanplus/g" | sed "s/CPAN::.*/cpan/g" | tr [:upper:] [:lower:] | sed "s/::/-/g" | grep -v perl-module-5 | sed "s/ [^+\"].*//g" | grep -v "\\$" | sed "s/_/-/g" | sed "s/\.pl\"$/\"/" | grep -v "\-vms\-" | sort -u > /tmp/1
 #find . -type f | sed "s-\./--" | sed "s-/.*--" | sort -u > /tmp/2
 #cat /tmp/1 | cut -f3 -d" " | sed "s/[\"\']//g" | sort -u > /tmp/3
-## these dependancies do not exist
+## these dependencies do not exist
 #diff -u /tmp/2 /tmp/3 | grep ^+perl-module
 
 
index 877be35aaff36acb2ad647b1a26c84c9b472ab8c..66ff3e1c11f88df7b053cdaad00605ce5873902e 100644 (file)
@@ -5,7 +5,7 @@ make -j was failing sometimesa like this
 | make: *** [lex.yy.o] Error 1
 | make: *** Waiting for unfinished jobs....
 
-Fixed the issue by adding a dependancy in the makefile.
+Fixed the issue by adding a dependency in the makefile.
 Nitin <nitin.a.kamble@intel.com>
 2010/09/02
 
index 5043634fdbca567c53778f5a95745d787a29c8e1..37d291f353e20d15806e1230c83c42bb6c56c2f5 100644 (file)
@@ -1,7 +1,7 @@
 SUMMARY = "Generic PCI access library for X"
 
 DESCRIPTION = "libpciaccess provides functionality for X to access the \
-PCI bus and devices in a platform-independant way."
+PCI bus and devices in a platform-independent way."
 
 require xorg-lib-common.inc
 
index 18237f24beafd1a110cc5da1f206a3110dda9ac9..bf45b2f310a82f85f06826d409e544b5db419a5b 100644 (file)
@@ -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