diff -r e1cc03fb2794 -r ecbb620acaa0 scripts/functions --- a/scripts/functions Wed Jan 16 21:51:18 2008 +0000 +++ b/scripts/functions Wed Feb 20 08:01:12 2008 +0000 @@ -158,7 +158,7 @@ # Test the presence of a tool, or abort if not found # Usage: CT_HasOrAbort CT_HasOrAbort() { - CT_TestAndAbort "\"${1}\" not found and needed for successfull toolchain build." -z "`CT_Which \"${1}\"`" + CT_TestAndAbort "\"${1}\" not found and needed for successful toolchain build." -z "`CT_Which \"${1}\"`" return 0 }