From: apw <_andi__@arcor.de> Date: Sat, 28 Jul 2018 06:03:39 +0000 (+0000) Subject: Update autogen.sh, typo: intall -> install X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~12^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9e23dce097a0b9fb2e019eef9e1655b0a0091dc3;p=babl.git Update autogen.sh, typo: intall -> install --- diff --git a/autogen.sh b/autogen.sh index aa5b7a9..55fae8c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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