Skip to content

Commit

Permalink
Fixed spelling mistake in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fegge committed Nov 7, 2023
1 parent ed69543 commit d64a935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/src/docs/crypto/InvalidKeySize.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ of bytes from the buffer. This query will check if the size of the key buffer
passed as an argument to one of these functions is equal to the key size of the
corresponding cipher.

The following code snippet is aan example of an issue that would be identified
by the query.
The following code snippet is an example of an issue that would be identified by
the query.

```cpp
unsigned char key[16]; // This should be 32 for a 256 bit key
Expand Down

0 comments on commit d64a935

Please sign in to comment.