Issue 10 ci add support for code spelling checks (#231)
* added make targets spell and codespell for spelling checks * fix spelling errors detected by codespell * added codespell to github workflow Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
@@ -1252,7 +1252,7 @@ bool bvlc_foreign_device_table_entry_copy(
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Foreign-Device-Table timer maintainence
|
||||
* @brief Foreign-Device-Table timer maintenance
|
||||
* @param fdt_list - first element in list of FDT entries
|
||||
* @param seconds - number of elapsed seconds since the last call
|
||||
*/
|
||||
|
||||
@@ -50,7 +50,7 @@ size_t cobs_crc32k_encode(uint8_t *buffer, size_t buffer_size, uint32_t crc)
|
||||
/**
|
||||
* @brief Accumulate "dataValue" into the CRC in "crc32kValue".
|
||||
* @param dataValue new data value equivalent to one octet.
|
||||
* @param crc32kValue accumulated alue equivalent to four octets.
|
||||
* @param crc32kValue accumulated value equivalent to four octets.
|
||||
* @return value is updated CRC.
|
||||
* @note This function is copied directly from the BACnet standard.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user