From 8e3d024144cb16be55df0397f806598d9542e69f Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Sun, 6 Sep 2020 15:03:40 -0500 Subject: [PATCH] Fix spelling error in cppcheck.sh --- cppcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cppcheck.sh b/cppcheck.sh index 2021a740c..d5dfb5985 100755 --- a/cppcheck.sh +++ b/cppcheck.sh @@ -3,7 +3,7 @@ # Author Michael Black W9MDB # This SUPPRESS setting results in no warnings as of 2020-01-14 # There are things that could still be done...especially in the C++ area -echo "Idealy there should be no errors or warnings" +echo "Ideally there should be no errors or warnings" # We do suppress some errors which are expected or other code # There are quite a few C++ items to take care of still if anybody cares