From 9f3663152d25de30994018aacfce094bdde17670 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 3 Jul 2015 14:38:16 -0600 Subject: [PATCH] Fix a typo in script echo output --- tools/testbuild.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/testbuild.sh b/tools/testbuild.sh index 369c7c788a..6f1a3b095a 100755 --- a/tools/testbuild.sh +++ b/tools/testbuild.sh @@ -205,7 +205,7 @@ function dotest { build } -# Performt he build test for each entry in the test list file +# Perform the build test for each entry in the test list file export APPSDIR=../apps @@ -224,7 +224,7 @@ for line in $testlist; do path=$nuttx/configs/$config if [ ! -r "$path/defconfig" ]; then - echo "ERROR: no configuration fount at $path" + echo "ERROR: no configuration found at $path" showusage fi