Skip to content

Commit

Permalink
(partial) Merge bitcoin#24203: doc: Fix typos pointed out by lint-spe…
Browse files Browse the repository at this point in the history
…lling
  • Loading branch information
vijaydasmp authored and PastaPastaPasta committed Dec 11, 2023
1 parent 985da9a commit 38b9074
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/crypto/chacha_poly_aead.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ bool ChaCha20Poly1305AEAD::Crypt(uint64_t seqnr_payload, uint64_t seqnr_aad, int
return false;
}
memory_cleanse(expected_tag, sizeof(expected_tag));
// MAC has been successfully verified, make sure we don't covert it in decryption
// MAC has been successfully verified, make sure we don't convert it in decryption
src_len -= POLY1305_TAGLEN;
}

Expand Down
2 changes: 2 additions & 0 deletions test/lint/lint-spelling.ignore-words.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
hights
ba
mor
mut
objext
Expand All @@ -16,6 +17,7 @@ ser
unser
crypted
fo
creat
stoll
hist
ser
Expand Down

0 comments on commit 38b9074

Please sign in to comment.