aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/secp256k1/notes.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-01-07 02:03:44 +0800
committerGitHub <noreply@github.com>2017-01-07 02:03:44 +0800
commit17182732f50c9cd209a0472bf0944c4029335f14 (patch)
treef346aa2c1de4c873ba7d7bf847225b2c319c5694 /crypto/secp256k1/notes.go
parentac93a6ff6cd1200ab0fb67a5bd0c02cb70646632 (diff)
parent18c77744ff4ad0bc385a4c8b50d28c2a6fde8e00 (diff)
downloadgo-tangerine-17182732f50c9cd209a0472bf0944c4029335f14.tar
go-tangerine-17182732f50c9cd209a0472bf0944c4029335f14.tar.gz
go-tangerine-17182732f50c9cd209a0472bf0944c4029335f14.tar.bz2
go-tangerine-17182732f50c9cd209a0472bf0944c4029335f14.tar.lz
go-tangerine-17182732f50c9cd209a0472bf0944c4029335f14.tar.xz
go-tangerine-17182732f50c9cd209a0472bf0944c4029335f14.tar.zst
go-tangerine-17182732f50c9cd209a0472bf0944c4029335f14.zip
Merge pull request #3526 from karalabe/misspell
all: fix spelling errors
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