Skip to content

Commit 9b7c47a

Browse files
authored
Fix typo
1 parent cd329db commit 9b7c47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/org/bitcoin/NativeSecp256k1Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static void testSecKeyVerifyPos() throws AssertFailException{
5252
}
5353

5454
/**
55-
* This tests secret key verify() for a invalid secretkey
55+
* This tests secret key verify() for an invalid secretkey
5656
*/
5757
public static void testSecKeyVerifyNeg() throws AssertFailException{
5858
boolean result = false;

0 commit comments

Comments
 (0)