Skip to content

Commit

Permalink
autogen.sh: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hodefoting committed Apr 26, 2015
1 parent 0468c6a commit f52ef50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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

Expand Down

0 comments on commit f52ef50

Please sign in to comment.