Skip to content

Commit 271582b

Browse files
Fix typo
1 parent fa33017 commit 271582b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2240,7 +2240,7 @@ void test_ge(void) {
22402240
/* Test batch gej -> ge conversion with many infinities. */
22412241
for (i = 0; i < 4 * runs + 1; i++) {
22422242
random_group_element_test(&ge[i]);
2243-
/* randomly set half the points to infinitiy */
2243+
/* randomly set half the points to infinity */
22442244
if(secp256k1_fe_is_odd(&ge[i].x)) {
22452245
secp256k1_ge_set_infinity(&ge[i]);
22462246
}

0 commit comments

Comments
 (0)