From e4e983a2cb054b3b984f213e9ea51ca9a01d7c87 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 https://bugs.freedesktop.org/show_bug.cgi?id=102452 --- 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 -- 2.14.1