Skip to content

Commit f1e11d3

Browse files
Merge dashpay#654: Fix typo (∞)
271582b Fix typo (practicalswift) Pull request description: Fix ∞ typo :-) ACKs for top commit: real-or-random: ACK 271582b Tree-SHA512: 41b8134e2572707d8a1ea1e5a79fffcc206b6093ec761ee1f93e4529506553c9cc8e3839b046210468f6c4c0d7af9d78a3e7e546bb0026656f1db1c793244296
2 parents ef83281 + 271582b commit f1e11d3

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)