From 64d1461549ed44b9ef7fdc7c83dbff4b06f70179 Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Sat, 29 Oct 2022 12:28:21 -0500 Subject: [PATCH] fix spelling errors --- Makefile | 2 +- src/bacnet/basic/sys/platform.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 52c1b4b9..87ab03c7 100644 --- a/Makefile +++ b/Makefile @@ -269,7 +269,7 @@ cppcheck: flawfinder: flawfinder --minlevel 5 --error-level=5 ./src/ -IGNORE_WORDS = ba +IGNORE_WORDS = ba,statics CODESPELL_OPTIONS = --write-changes --interactive 3 --enable-colors CODESPELL_OPTIONS += --ignore-words-list $(IGNORE_WORDS) .PHONY: codespell diff --git a/src/bacnet/basic/sys/platform.h b/src/bacnet/basic/sys/platform.h index 55d39bfe..340e986d 100644 --- a/src/bacnet/basic/sys/platform.h +++ b/src/bacnet/basic/sys/platform.h @@ -6,7 +6,7 @@ * * @section DESCRIPTION * - * This libc and compiler abstaction layer assists with differences + * This libc and compiler abstraction layer assists with differences * between compiler and libc versions, capabilities, and standards. * * @section LICENSE