Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ cppcheck:
flawfinder:
flawfinder --minlevel 5 --error-level=5 ./src/

IGNORE_WORDS = ba,statics
IGNORE_WORDS = ba,statics,caf,implementors,implementor
CODESPELL_OPTIONS = --write-changes --interactive 3 --enable-colors
CODESPELL_OPTIONS += --ignore-words-list $(IGNORE_WORDS)
.PHONY: codespell
Expand Down
2 changes: 1 addition & 1 deletion src/bacnet/bacdest.c
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ int bacnet_destination_to_ascii(
/**
* Parse BACnet_Destination from ASCII string (as entered by user)
*
* @param bacdest - Destination struct to pupulate with data from the ASCII
* @param bacdest - Destination struct to populate with data from the ASCII
* string
* @param buf - ASCII string, zero terminated
* @return true on success
Expand Down
2 changes: 1 addition & 1 deletion src/bacnet/basic/binding/address.c
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ int rr_address_list_encode(uint8_t *apdu, BACNET_READ_RANGE_DATA *pRequest)
/**
* Scan the cache and eliminate any expired entries. Should be called
* periodically to ensure the cache is managed correctly. If this function
* is never called at all the whole cache is effectivly rendered static and
* is never called at all the whole cache is effectively rendered static and
* entries never expire unless explicitly deleted.
*
* @param uSeconds Approximate number of seconds since last call to this
Expand Down
Loading
Loading