From bd6e39ffa9328c61acb659f8d21772fb371e1d46 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Thu, 25 Oct 2012 19:47:20 +0200 Subject: [PATCH] Typofix --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 0744384c..1a620bbf 100755 --- a/autogen.sh +++ b/autogen.sh @@ -19,7 +19,7 @@ else AUTOMAKE="automake-1.9" ACLOCAL="aclocal-1.9" else - echo "automake missing or too old. This requires atleast automake 1.9" + echo "automake missing or too old. This requires at least automake 1.9" exit 1 fi fi