fix spelling errors
This commit is contained in:
@@ -269,7 +269,7 @@ cppcheck:
|
|||||||
flawfinder:
|
flawfinder:
|
||||||
flawfinder --minlevel 5 --error-level=5 ./src/
|
flawfinder --minlevel 5 --error-level=5 ./src/
|
||||||
|
|
||||||
IGNORE_WORDS = ba
|
IGNORE_WORDS = ba,statics
|
||||||
CODESPELL_OPTIONS = --write-changes --interactive 3 --enable-colors
|
CODESPELL_OPTIONS = --write-changes --interactive 3 --enable-colors
|
||||||
CODESPELL_OPTIONS += --ignore-words-list $(IGNORE_WORDS)
|
CODESPELL_OPTIONS += --ignore-words-list $(IGNORE_WORDS)
|
||||||
.PHONY: codespell
|
.PHONY: codespell
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
*
|
*
|
||||||
* @section DESCRIPTION
|
* @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.
|
* between compiler and libc versions, capabilities, and standards.
|
||||||
*
|
*
|
||||||
* @section LICENSE
|
* @section LICENSE
|
||||||
|
|||||||
Reference in New Issue
Block a user