From: Wim Taymans Date: Tue, 2 Jan 2001 12:07:28 +0000 (+0000) Subject: Fixed a typo X-Git-Tag: RELEASE-0_1_0-SLIPSTREAM~95 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a89a48b705af345870c3839e641c10fa4d1ca3c;p=platform%2Fupstream%2Fgstreamer.git Fixed a typo Original commit message from CVS: Fixed a typo --- diff --git a/autogen.sh b/autogen.sh index 18a6c1b..06caa33 100755 --- a/autogen.sh +++ b/autogen.sh @@ -35,7 +35,7 @@ libtool_minor=`echo $libtool_version | cut -d. -f2` libtool_micro=`echo $libtool_version | cut -d. -f3` if [ $libtool_major -lt 1 -o $libtool_minor -lt 3 -o $libtool_micro -lt 5 ];then echo - echo "You must have libtool 1.3.5 or greater to compile $packate." + echo "You must have libtool 1.3.5 or greater to compile $package." echo "Get ftp://alpha.gnu.org/gnu/libtool-1.3.5.tar.gz" echo "(or a newer version if it is available)" DIE=1