build: fix minor typo in autogen.sh

Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=102452
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
Aleksander Morgado 2017-08-28 11:23:34 +02:00 committed by Bryce Harrington
parent 1220e3c6b8
commit 871c518121

View file

@ -9,7 +9,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