Fixed spelling errors detected by code-spell utility. (#895)
* Fixed spelling errors detected by code-spell utility. * Fixed cppcheck preprocessorErrorDirective. Suppressed new cppcheck warnings until fixed.
This commit is contained in:
@@ -1113,7 +1113,7 @@ int TL_encode_by_sequence(uint8_t *apdu, BACNET_READ_RANGE_DATA *pRequest)
|
||||
uint32_t uiIndex = 0; /* Current entry number */
|
||||
uint32_t uiFirst = 0; /* Entry number we started encoding from */
|
||||
uint32_t uiLast = 0; /* Entry number we finished encoding on */
|
||||
uint32_t uiSequence = 0; /* Tracking sequenc number when encoding */
|
||||
uint32_t uiSequence = 0; /* Tracking sequence number when encoding */
|
||||
uint32_t uiRemaining = 0; /* Amount of unused space in packet */
|
||||
uint32_t uiFirstSeq = 0; /* Sequence number for 1st record in log */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user