Fix a typo in script echo output

This commit is contained in:
Gregory Nutt 2015-07-03 14:38:16 -06:00
parent 5300347e9e
commit 9f3663152d

View File

@ -205,7 +205,7 @@ function dotest {
build 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 export APPSDIR=../apps
@ -224,7 +224,7 @@ for line in $testlist; do
path=$nuttx/configs/$config path=$nuttx/configs/$config
if [ ! -r "$path/defconfig" ]; then if [ ! -r "$path/defconfig" ]; then
echo "ERROR: no configuration fount at $path" echo "ERROR: no configuration found at $path"
showusage showusage
fi fi