From eaafd4d9bde5ac0410077627fcebc4db16d443b0 Mon Sep 17 00:00:00 2001 From: vacuum Date: Thu, 31 Mar 2005 09:50:03 +0000 Subject: [PATCH] spelling. SVN revision: 14036 --- legacy/ecore/configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/legacy/ecore/configure.in b/legacy/ecore/configure.in index 15cb0925bc..f5141ce6b2 100644 --- a/legacy/ecore/configure.in +++ b/legacy/ecore/configure.in @@ -744,7 +744,7 @@ use_fam="no" use_inotify="no" use_poll="no" -AC_MSG_CHECKING(wheter ecore_file module is to be built) +AC_MSG_CHECKING(whether ecore_file module is to be built) AC_ARG_ENABLE(ecore-file, [ --disable-ecore-file disable the ecore_file module], [ if test "$enableval" = "yes"; then @@ -759,7 +759,7 @@ AC_ARG_ENABLE(ecore-file, ] ) -AC_MSG_CHECKING(wheter inotify is to be used for filemonitoring) +AC_MSG_CHECKING(whether inotify is to be used for filemonitoring) AC_ARG_ENABLE(inotify, [ --disable-inotify disable inotify in the ecore_file module], [ if test "$enableval" = "yes"; then @@ -785,7 +785,7 @@ if test "x$use_inotify" = "xyes"; then ) fi -#AC_MSG_CHECKING(wheter FAM is to be used for filemonitoring) +#AC_MSG_CHECKING(whether FAM is to be used for filemonitoring) #AC_ARG_ENABLE(fam, #[ --disable-fam disable fam in the ecore_file module], [ # if test "$enableval" = "yes"; then @@ -813,7 +813,7 @@ fam_libs="" # ) #fi -AC_MSG_CHECKING(wheter polling is to be used for filemonitoring) +AC_MSG_CHECKING(whether polling is to be used for filemonitoring) AC_ARG_ENABLE(poll, [ --disable-poll disable poll in the ecore_file module], [ if test "$enableval" = "yes"; then