Skip to content

Commit bbfdf07

Browse files
committed
typo
1 parent 6db2eee commit bbfdf07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,12 +832,12 @@ then
832832
# enable OSS cookedmode to allow hardware with mismatching sample rates
833833
if test "x$HAVE_OSS" = "xtrue"
834834
then
835-
AC_ARG_ENABLE(oss-cookedmode, AC_HELP_STRING([--enable-oss-cookedmode],[Enable cooked mode in OSS to accomodate hardware with mismatching sample rate]),
835+
AC_ARG_ENABLE(oss-cookedmode, AC_HELP_STRING([--enable-oss-cookedmode],[Enable cooked mode in OSS to accommodate hardware with mismatching sample rate]),
836836
ENABLE_OSS_COOKEDMODE=$enableval, ENABLE_OSS_COOKEDMODE=no)
837837
if test "x$ENABLE_OSS_COOKEDMODE" = "xyes"
838838
then
839839
USE_OSS_COOKEDMODE=true
840-
AC_DEFINE(USE_OSS_COOKEDMODE, 1, [Enable cooked mode in OSS to accomodate hardware with mismatching sample rate])
840+
AC_DEFINE(USE_OSS_COOKEDMODE, 1, [Enable cooked mode in OSS to accommodate hardware with mismatching sample rate])
841841
fi
842842
fi
843843
fi

0 commit comments

Comments
 (0)