From: cypromis Date: Sun, 31 Oct 2010 22:22:53 +0000 (+0100) Subject: FS-2808, thx Diego Viola X-Git-Tag: v1.2-rc1~265^2~11^2~87^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d2b5e304c1780d7bba7fa4f692d9d6b5c7d0cdb;p=thirdparty%2Ffreeswitch.git FS-2808, thx Diego Viola --- diff --git a/bootstrap.sh b/bootstrap.sh index 4e65c5ca15..2dd76c409c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -148,7 +148,7 @@ if [ "x$libtoolize" = "x" ]; then exit 1 fi if [ ! -x "$libtoolize" ]; then - echo "$libtoolize does not exist or ist not executable" + echo "$libtoolize does not exist or is not executable" exit 1 fi