Skip to content

Commit 18aadf9

Browse files
committed
docs: fix simple typo, dependecy -> dependency
There is a small typo in src/group_impl.h. Should read `dependency` rather than `dependecy`.
1 parent 2d9e717 commit 18aadf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/group_impl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ static int secp256k1_ge_is_in_correct_subgroup(const secp256k1_ge* ge) {
674674
secp256k1_gej out;
675675
int i;
676676

677-
/* A very simple EC multiplication ladder that avoids a dependecy on ecmult. */
677+
/* A very simple EC multiplication ladder that avoids a dependency on ecmult. */
678678
secp256k1_gej_set_infinity(&out);
679679
for (i = 0; i < 32; ++i) {
680680
secp256k1_gej_double_var(&out, &out, NULL);

0 commit comments

Comments
 (0)