Skip to content

Commit c711c73

Browse files
committed
FIX: typo fixed
1 parent e754d12 commit c711c73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/units/rsa-test.r3

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ do %../quick-test.r3
8888
--assert binary? sign-hash: rsa/sign key-pri #{41686F6A21}
8989
--assert none? rsa/sign key-pub #{41686F6A21} ;because private key is needed
9090

91-
--test-- "RSA verifiation"
92-
;you can use both keys for verifiation (only the public parts are used)
91+
--test-- "RSA verification"
92+
;you can use both keys for verification (only the public parts are used)
9393
--assert #{41686F6A21} = rsa/verify key-pub sign-hash
9494
--assert #{41686F6A21} = rsa/verify key-pri sign-hash
9595

0 commit comments

Comments
 (0)