Skip to content

Commit cd5f602

Browse files
committed
Merge bitcoin#515: Fix typo
9b7c47a Fix typo (Dimitris Apostolou) Pull request description: Tree-SHA512: d61f3451152ed6094368456e1c57d7a7ff85f975045bedff4fcb5c446894d9c9029f6ff4bfe724eba8501843316bd965bff1a302a7ea4d1b9c3e4de2059cadd0
2 parents 09146ae + 9b7c47a commit cd5f602

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)