summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild_one.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_one.sh b/build_one.sh
index 332c964..b87f56c 100755
--- a/build_one.sh
+++ b/build_one.sh
@@ -9,7 +9,7 @@ if [ ${#config[@]} -eq 0 ]; then
exit 1
fi
if [ ${#config[@]} -gt 1 ]; then
- echo "'${pattern}' matches more than on config:"
+ echo "'${pattern}' matches more than one config:"
for cfg in "${config[@]}"; do
echo -e "\t${cfg}"
done