summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-04-28 15:48:44 +0100
committerMatt Caswell <matt@openssl.org>2023-05-01 11:03:54 +0100
commitbb7f3701cecb49ca0faacb5e46d11fd07cf2ee02 (patch)
tree51b3d95ab872d4325c4c7057218e28958da75238 /test
parent1c44ed7bd3546d12fc95d8624e292412e357f789 (diff)
downloadopenssl-new-bb7f3701cecb49ca0faacb5e46d11fd07cf2ee02.tar.gz
Minor fixups
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20423)
Diffstat (limited to 'test')
-rw-r--r--test/quic_cc_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/quic_cc_test.c b/test/quic_cc_test.c
index ce2507e68d..8d75a642c8 100644
--- a/test/quic_cc_test.c
+++ b/test/quic_cc_test.c
@@ -592,7 +592,7 @@ static int test_sanity(void)
if (!TEST_uint64_t_ne(ccm->get_tx_allowance(cc), allowance2))
goto err;
- /* But it should not be as high as the origina value */
+ /* But it should not be as high as the original value */
if (!TEST_uint64_t_lt(ccm->get_tx_allowance(cc), allowance))
goto err;