Skip to content

Commit

Permalink
Update word list (#91)
Browse files Browse the repository at this point in the history
* Add new common words to the cSpellWordList.txt
  • Loading branch information
Skptak authored Jan 9, 2024
1 parent 5578932 commit 9d9f95a
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 30 deletions.
81 changes: 53 additions & 28 deletions .github/.cSpellWords.txt
Original file line number Diff line number Diff line change
@@ -1,68 +1,93 @@
AKIAIOSFODNN
Aizca
AKIAIOSFODNN
Ayjrf
Bgza
cbmc
CBMC
cbor
CBOR
CMOCK
CMock
chjdsvchjdvhjcdhjsckhdsvchdks
cmock
Cmock
CMock
CMOCK
Cnpb
Cnpbfi
coremqtt
coverity
Coverity
CSDK
ctest
Cuiz
DCMOCK
DDISABLE
decihours
Decihours
DECIHOURS
DNDEBUG
DUNITY
EKHX
Ecjuve
EKHX
getpacketid
GGHU
Gicnak
gjfhjxgxghsgfdwfdfdfdffhfdhdhfhdfhd
HMDL
Hpxdr
isystem
Kcdef
Kced
lcov
Lkec
misra
Misra
MISRA
mlkzxncvlknlkanlkqwlerknlasdflkzxcnvklnlksqwerasdfklqwenrklnfsad
MQTT
Misra
NGYY
mypy
Ndzbbpmap
NGYY
nondet
Nondet
NONDET
opad
OPAD
pasdfghwsshasdfghjk
Pjiyp
Pnpyim
pylint
pytest
pyyaml
Qvpwa
Qwxh
Rajbw
SIGV
Sutzy
Thwgv
Uijcfxv
Vajgc
Vwng
Wunused
XLFAUQG
YYYYMMDD'T'HHMMSS'Z'
Zapv
cbmc
cbor
chjdsvchjdvhjcdhjsckhdsvchdks
cmock
coverity
ctest
gjfhjxgxghsgfdwfdfdfdffhfdhdhfhdfhd
lcov
misra
mlkzxncvlknlkanlkqwlerknlasdflkzxcnvklnlksqwerasdfklqwenrklnfsad
opad
pasdfghwsshasdfghjk
reall
sdgfdfgdshfgsjdhfdhfkhdkfhjdgfgdfgdfg
sdvfdvfhdvfhvdhfvdsfdsgfgdsjfgjdsfqwertyuio
sfdghfdfahgsdhfgjsgfjkgfsdgkdgfdjkgdggdjfsjkgjksgkj
sigv
SIGV
sinclude
Sutzy
Thwgv
Uijcfxv
UNACKED
unpadded
Unpadded
UNPADDED
UNSUB
UNSUBACK
unsubscriptions
utest
Vajgc
vect
Vect
VECT
Vwng
wnqj
Wunused
xchjsd
XLFAUQG
ymxchykldfghiwbdcjhjdddkkgddsdhshdkshdhsskgfkjgfggc
YYYYMMDD'T'HHMMSS'Z'
Zapv
4 changes: 2 additions & 2 deletions source/sigv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -3222,7 +3222,7 @@ SigV4Status_t SigV4_GenerateHTTPAuthorization( const SigV4Parameters_t * pParams
returnStatus = writePayloadHashToCanonicalRequest( pParams, &canonicalContext );
}

/* Write the prefix of the Authorizaton header value. */
/* Write the prefix of the Authorization header value. */
if( returnStatus == SigV4Success )
{
LogDebug( ( "Generated Canonical Request: %.*s",
Expand Down Expand Up @@ -3272,7 +3272,7 @@ SigV4Status_t SigV4_GenerateHTTPAuthorization( const SigV4Parameters_t * pParams
}

/* Hex-encode the final signature beforehand to its precalculated
* location in the buffer provided for the Authorizaton header value. */
* location in the buffer provided for the Authorization header value. */
if( returnStatus == SigV4Success )
{
SigV4String_t originalHmac;
Expand Down

0 comments on commit 9d9f95a

Please sign in to comment.