Skip to content

Commit c70b5a5

Browse files
committed
Fix typo
1 parent cfac7e0 commit c70b5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/verification.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ inline std::string parsePemSignature(std::string_view pemSignature, std::pair<st
9393
* openssl ec -in release-signing-private-openssl-secp521r1.pem -pubout > release-signing-public-openssl-secp521r1.pem
9494
* ```
9595
*
96-
* A signature can be created an verified using the following commands:
96+
* A signature can be created and verified using the following commands:
9797
* ```
9898
* openssl dgst -sha256 -sign release-signing-private-openssl-secp521r1.pem test_msg.txt > test_msg-secp521r1.txt.sig
9999
* openssl dgst -sha256 -verify release-signing-public-openssl-secp521r1.pem -signature test_msg-secp521r1.txt.sig test_msg.txt

0 commit comments

Comments
 (0)