Skip to content

Commit

Permalink
Merge bitcoin#515: Fix typo
Browse files Browse the repository at this point in the history
9b7c47a Fix typo (Dimitris Apostolou)

Pull request description:

Tree-SHA512: d61f3451152ed6094368456e1c57d7a7ff85f975045bedff4fcb5c446894d9c9029f6ff4bfe724eba8501843316bd965bff1a302a7ea4d1b9c3e4de2059cadd0
  • Loading branch information
sipa committed Mar 27, 2018
2 parents 09146ae + 9b7c47a commit cd5f602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/org/bitcoin/NativeSecp256k1Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static void testSecKeyVerifyPos() throws AssertFailException{
}

/**
* This tests secret key verify() for a invalid secretkey
* This tests secret key verify() for an invalid secretkey
*/
public static void testSecKeyVerifyNeg() throws AssertFailException{
boolean result = false;
Expand Down

0 comments on commit cd5f602

Please sign in to comment.