Fix some typos
[openssl.git] / test / bntest.c
index 6cd924543d9455980bb712883f9f06bffc9c7b58..252bac4d8ed3b5d71c779a09c9950ee4edc05b2e 100644 (file)
@@ -2054,7 +2054,7 @@ static int test_rand_range(void)
         n_success += test_rand_range_single(i);
     if (TEST_int_ge(n_success, binomial_critical))
         return 1;
-    TEST_note("This test is expeced to fail by chance 0.01%% of the time.");
+    TEST_note("This test is expected to fail by chance 0.01%% of the time.");
     return 0;
 }