aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/secp256k1/notes.go
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/secp256k1/notes.go')
-rw-r--r--crypto/secp256k1/notes.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/secp256k1/notes.go b/crypto/secp256k1/notes.go
index 93e6d1902..49fcf8e2d 100644
--- a/crypto/secp256k1/notes.go
+++ b/crypto/secp256k1/notes.go
@@ -163,7 +163,7 @@ int secp256k1_ecdsa_sign_compact(const unsigned char *msg, int msglen,
int *recid);
* Recover an ECDSA public key from a compact signature.
- * Returns: 1: public key succesfully recovered (which guarantees a correct signature).
+ * Returns: 1: public key successfully recovered (which guarantees a correct signature).
* 0: otherwise.
* In: msg: the message assumed to be signed
* msglen: the length of the message