From 069aba812542642986786f348a08af697b7e53c7 Mon Sep 17 00:00:00 2001 From: henopied <13500516+henopied@users.noreply.github.com> Date: Wed, 29 Jun 2022 20:08:47 -0500 Subject: [PATCH] Fix sepc256k1 -> secp256k1 typo in group.h --- src/group.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/group.h b/src/group.h index bb7dae1cf7..585457d93b 100644 --- a/src/group.h +++ b/src/group.h @@ -23,7 +23,7 @@ typedef struct { #define SECP256K1_GE_CONST_INFINITY {SECP256K1_FE_CONST(0, 0, 0, 0, 0, 0, 0, 0), SECP256K1_FE_CONST(0, 0, 0, 0, 0, 0, 0, 0), 1} /** A group element of the secp256k1 curve, in jacobian coordinates. - * Note: For exhastive test mode, sepc256k1 is replaced by a small subgroup of a different curve. + * Note: For exhastive test mode, secp256k1 is replaced by a small subgroup of a different curve. */ typedef struct { secp256k1_fe x; /* actual X: x/z^2 */