From 1d2b5e304c1780d7bba7fa4f692d9d6b5c7d0cdb Mon Sep 17 00:00:00 2001 From: cypromis Date: Sun, 31 Oct 2010 23:22:53 +0100 Subject: [PATCH] FS-2808, thx Diego Viola --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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