Skip to content

Commit cb901b1

Browse files
committed
Merge pull request #2 from dcousens/patch-1
secp256k1: s/ellitic/elliptic
2 parents a6d9c2d + 26b3a16 commit cb901b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/secp256k1.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ SECP256K1_WARN_UNUSED_RESULT int secp256k1_ecdsa_recover_compact(
218218
) SECP256K1_ARG_NONNULL(1) SECP256K1_ARG_NONNULL(2) SECP256K1_ARG_NONNULL(3) SECP256K1_ARG_NONNULL(4) SECP256K1_ARG_NONNULL(5);
219219

220220

221-
/** Do an ellitic curve scalar multiplication in constant time.
221+
/** Do an elliptic curve scalar multiplication in constant time.
222222
* Returns: 1: exponentiation was successful
223223
* -1: scalar was zero (cannot serialize output point)
224224
* -2: scalar overflow

0 commit comments

Comments
 (0)