[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 8e3d024144cb16be55df0
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2020-09-06 20:04:01
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via 8e3d024144cb16be55df0397f806598d9542e69f (commit) from f33a5611bc685d926d8616f6051fcb82d4d0da96 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8e3d024144cb16be55df0397f806598d9542e69f Author: Michael Black W9MDB <mdb...@ya...> Date: Sun Sep 6 15:03:40 2020 -0500 Fix spelling error in cppcheck.sh diff --git a/cppcheck.sh b/cppcheck.sh index 2021a740..d5dfb598 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 ----------------------------------------------------------------------- Summary of changes: cppcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |