diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-25 19:47:20 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-25 19:47:20 +0200 |
commit | bd6e39ffa9328c61acb659f8d21772fb371e1d46 (patch) | |
tree | 8d7aae55e197ee6c48a30a469b5905e23ea965b8 | |
parent | ce3fa431f47531b5f21eabe03e9f0af2f03a4cf4 (diff) |
Typofix
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |