summaryrefslogtreecommitdiffstats
path: root/test/params_test.c
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2022-01-03 00:00:27 +0100
committerTomas Mraz <tomas@openssl.org>2022-01-05 12:37:20 +0100
commite304aa87b35fac5ea97c405dd3c21549faa45e78 (patch)
tree3a9330f9259ddf98984e63db297583b5ef9dcd7b /test/params_test.c
parentRun TLSfuzzer tests for CI (diff)
downloadopenssl-e304aa87b35fac5ea97c405dd3c21549faa45e78.tar.xz
openssl-e304aa87b35fac5ea97c405dd3c21549faa45e78.zip
Fix typos
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17392)
Diffstat (limited to 'test/params_test.c')
-rw-r--r--test/params_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/params_test.c b/test/params_test.c
index 6a970feaa4..bcf397a55f 100644
--- a/test/params_test.c
+++ b/test/params_test.c
@@ -46,7 +46,7 @@ struct object_st {
*/
double p2;
/*
- * Documented as an arbitrarly large unsigned integer.
+ * Documented as an arbitrarily large unsigned integer.
* The data size must be large enough to accommodate.
* Assumed data type OSSL_PARAM_UNSIGNED_INTEGER
*/