diff --git a/autogen.sh b/autogen.sh index 7fa84d59bc..944efd33bf 100755 --- a/autogen.sh +++ b/autogen.sh @@ -8,7 +8,7 @@ cd $srcdir AUTORECONF=`which autoreconf` if test -z $AUTORECONF; then - echo "*** No autoreconf found, please intall it ***" + echo "*** No autoreconf found, please install it ***" exit 1 fi