From 07fa6117711e0eba3543bf37d05177c4c332572f Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 14 Feb 2008 22:44:34 +0000 Subject: Robet P. J. DAY: typoes. --- scripts/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/functions') diff --git a/scripts/functions b/scripts/functions index 6ec2173a..caca281b 100644 --- a/scripts/functions +++ b/scripts/functions @@ -158,7 +158,7 @@ CT_TestOrAbort() { # 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 } -- cgit v1.2.3