From 271582b3b7aadf6dc00e7a5e88a251dcf15a6c1a Mon Sep 17 00:00:00 2001 From: practicalswift Date: Mon, 5 Aug 2019 13:47:23 +0000 Subject: [PATCH] Fix typo --- src/tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests.c b/src/tests.c index 132df9ba9caab..3fa00df854706 100644 --- a/src/tests.c +++ b/src/tests.c @@ -2240,7 +2240,7 @@ void test_ge(void) { /* Test batch gej -> ge conversion with many infinities. */ for (i = 0; i < 4 * runs + 1; i++) { random_group_element_test(&ge[i]); - /* randomly set half the points to infinitiy */ + /* randomly set half the points to infinity */ if(secp256k1_fe_is_odd(&ge[i].x)) { secp256k1_ge_set_infinity(&ge[i]); }