From 871c518121452116ee799fe4262421d4c935972e Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 28 Aug 2017 11:23:34 +0200 Subject: [PATCH] build: fix minor typo in autogen.sh Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=102452 Reviewed-by: Bryce Harrington --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 4d113f8be..4b10251db 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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