[giggle] Typo fixes in autogen.sh



commit 174b03a0697e3f52ccbde8dd5856ec0707cf6d87
Author: Bob Hogg <hogg bob 2 gmail com>
Date:   Sun Dec 7 23:47:52 2014 -0500

    Typo fixes in autogen.sh
    
    Signed-off-by: Bob Hogg <hogg bob 2 gmail com>

 autogen.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 7987517..ab25fef 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,14 +9,14 @@ 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
 
 GNOMEDOC=`which yelp-build`
 if test -z $GNOMEDOC; then
         echo "*** The tools to build the documentation are not found,"
-        echo "    please intall the yelp-tools package ***"
+        echo "    please install the yelp-tools package ***"
         exit 1
 fi
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]