diff --git a/scripts/aspell-pws b/scripts/aspell-pws index cbe4db672..4b76ee400 100644 --- a/scripts/aspell-pws +++ b/scripts/aspell-pws @@ -292,3 +292,6 @@ adjtime perf uring Shannon +http +https +tcp diff --git a/scripts/pre-commit.hook b/scripts/pre-commit.hook index 4f45a7628..f5f0bda77 100755 --- a/scripts/pre-commit.hook +++ b/scripts/pre-commit.hook @@ -43,7 +43,7 @@ if [ -z "$($CPPCHECK --version | grep -E '^Cppcheck\s2')" ]; then if [ $CPPCHECK_VER -lt 90 ]; then echo "[!] cppcheck version must be at least 1.90." >&2 echo -e " Check 'Developer Info' for building Cppcheck from source:\n" \ - " http://cppcheck.sourceforge.net/devinfo/" >&2 + " https://cppcheck.sourceforge.net/devinfo/" >&2 exit 1 fi fi