scripts/functions
changeset 425 548b7aa23385
parent 412 e1cc03fb2794
child 439 dd62fca2d6fd
     1.1 --- a/scripts/functions	Wed Jan 16 21:51:18 2008 +0000
     1.2 +++ b/scripts/functions	Thu Feb 14 22:44:34 2008 +0000
     1.3 @@ -158,7 +158,7 @@
     1.4  # Test the presence of a tool, or abort if not found
     1.5  # Usage: CT_HasOrAbort <tool>
     1.6  CT_HasOrAbort() {
     1.7 -    CT_TestAndAbort "\"${1}\" not found and needed for successfull toolchain build." -z "`CT_Which \"${1}\"`"
     1.8 +    CT_TestAndAbort "\"${1}\" not found and needed for successful toolchain build." -z "`CT_Which \"${1}\"`"
     1.9      return 0
    1.10  }
    1.11