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
1 changed files with 2 additions and 2 deletions

View File

@ -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