]> code.delx.au - pulseaudio/commitdiff
build-sys: Fix misuse of "dependant"
authorJoão Paulo Rechi Vita <jprvita@openbossa.org>
Fri, 12 Jul 2013 17:51:25 +0000 (14:51 -0300)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Mon, 15 Jul 2013 10:08:55 +0000 (13:08 +0300)
Dependant in British English is a person who is financially supported by
someone else. To express software dependency relations "dependent"
should be used instead, which is correct for both British and US
English.

configure.ac

index 1d8e40a2eb41ada4c3f3a28fccf7e3560494fe98..0ef06453f71b4b80aa6a29cbb551582931c4ca93 100644 (file)
@@ -979,7 +979,7 @@ PA_MACHINE_ID_FALLBACK="${localstatedir}/lib/dbus/machine-id"
 AX_DEFINE_DIR(PA_MACHINE_ID_FALLBACK, PA_MACHINE_ID_FALLBACK,
              [Fallback machine-id file])
 
-#### BlueZ support (optional, dependant on D-Bus) ####
+#### BlueZ support (optional, dependent on D-Bus) ####
 
 AC_ARG_ENABLE([bluez],
     AS_HELP_STRING([--disable-bluez],[Disable optional BlueZ support]))
@@ -1015,7 +1015,7 @@ AC_SUBST(HAVE_UDEV)
 AM_CONDITIONAL([HAVE_UDEV], [test "x$HAVE_UDEV" = x1])
 AS_IF([test "x$HAVE_UDEV" = "x1"], AC_DEFINE([HAVE_UDEV], 1, [Have UDEV.]))
 
-#### HAL compat support (optional, dependant on UDEV) ####
+#### HAL compat support (optional, dependent on UDEV) ####
 
 AC_ARG_ENABLE([hal-compat],
     AS_HELP_STRING([--disable-hal-compat],[Disable optional HAL->udev transition compatibility support]))