From 5516a221eeb0ba9e6ef92ee2c0fcd6bf6d6f699e Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Sun, 10 Oct 2021 20:30:31 -0700 Subject: [PATCH] [examples] fix typo in build script --- bin/build_examples.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build_examples.sh b/bin/build_examples.sh index c1d0bed..ca7c95b 100755 --- a/bin/build_examples.sh +++ b/bin/build_examples.sh @@ -6,7 +6,7 @@ cd "$(dirname "$0")" cd .. ###### Script ################################################################# -echo "~~~ Build All Exampes ~~~" +echo "~~~ Build All Examples ~~~" bin/bld_core.sh show_ctx examps="examples"