Skip to content

Commit 871c518

Browse files
aleksander0mbryceharrington
authored andcommitted
build: fix minor typo in autogen.sh
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=102452 Reviewed-by: Bryce Harrington <[email protected]>
1 parent 1220e3c commit 871c518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cd $srcdir
99

1010
AUTORECONF=`which autoreconf`
1111
if test -z $AUTORECONF; then
12-
echo "*** No autoreconf found, please intall it ***"
12+
echo "*** No autoreconf found, please install it ***"
1313
exit 1
1414
fi
1515

0 commit comments

Comments
 (0)