[cairo-commit] autogen.sh

Bryce Harrington bryce at kemper.freedesktop.org
Wed Sep 20 18:44:54 UTC 2017


 autogen.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 871c518121452116ee799fe4262421d4c935972e
Author: Aleksander Morgado <aleksander at aleksander.es>
Date:   Mon Aug 28 11:23:34 2017 +0200

    build: fix minor typo in autogen.sh
    
    Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=102452
    Reviewed-by: Bryce Harrington <bryce at osg.samsung.com>

diff --git a/autogen.sh b/autogen.sh
index 4d113f8b..4b10251d 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
 


More information about the cairo-commit mailing list