From 7bb4d1634d35d690aa88b7127cb07289a01c8d31 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Thu, 31 May 2018 10:56:38 +0200 Subject: build_one: Fix typo --- build_one.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3