From 215a131f8be0a1ee60107fa0d5d3d8564f137d05 Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Tue, 18 Jun 2013 13:56:16 +0200 Subject: [PATCH] Typo fix in ECKey --- core/src/main/java/com/google/bitcoin/core/ECKey.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/google/bitcoin/core/ECKey.java b/core/src/main/java/com/google/bitcoin/core/ECKey.java index fbd5fd09..44e4d96b 100644 --- a/core/src/main/java/com/google/bitcoin/core/ECKey.java +++ b/core/src/main/java/com/google/bitcoin/core/ECKey.java @@ -417,7 +417,7 @@ public class ECKey implements Serializable { } /** - *

xVerifies the given ECDSA signature against the message bytes using the public key bytes.

+ *

Verifies the given ECDSA signature against the message bytes using the public key bytes.

* *

When using native ECDSA verification, data must be 32 bytes, and no element may be * larger than 520 bytes.