From dab5502e8a16d34d29adee6f7f9cb4f4ae0dfd68 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 4 May 2021 10:55:43 +1000 Subject: Run pre-commit with GitHub Actions Running pre-commit with GitHub Actions now gives us more tests and coverage Remove duplicate GitHub Actions for merge conflicts and trailing whitespace Remove duplicate checks for markdownlint and yamllint from the GitHub Super-Linter Add new custom pre-commit hook running with a shell script to sort alphabetically and uniquify codespell.txt Add new pre-commit hook to check spelling with codespell https://github.com/codespell-project/codespell Fix spelling --- src/fmt_fp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fmt_fp.c') diff --git a/src/fmt_fp.c b/src/fmt_fp.c index 6f4828d99..43daf2307 100644 --- a/src/fmt_fp.c +++ b/src/fmt_fp.c @@ -8,7 +8,7 @@ Routine for converting a single-precision floating point number into a string. - The code in this funcion was inspired from Fred Bayer's pdouble.c. + The code in this function was inspired from Fred Bayer's pdouble.c. Since pdouble.c was released as Public Domain, I'm releasing this code as public domain as well. -- cgit v1.2.3