[baobab] Fix typos in autogen.sh



commit e5fc4d6be5684bd09fffca3b2364db1aecf0c6d0
Author: Stefano Facchini <stefano facchini gmail com>
Date:   Wed Sep 12 12:01:03 2012 +0200

    Fix typos in autogen.sh

 autogen.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index c2224af..d4a5cf0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,7 +9,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
 
@@ -22,7 +22,7 @@ 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]