summaryrefslogtreecommitdiffstats
path: root/test/recipes
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2024-06-20 20:42:46 +0200
committerTomas Mraz <tomas@openssl.org>2024-06-24 15:09:11 +0200
commit8f250985ad1ac4efc25621ce2504c52ef0cbe283 (patch)
treeb419c25d7e1ee85db0de71175177654d7a8059fb /test/recipes
parent89c9c3b857b5d68d835c3c3d371dc74a26f568fd (diff)
Fix typos found by codespell
Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Kurt Roeckx <kurt@roeckx.be> (Merged from https://github.com/openssl/openssl/pull/24691)
Diffstat (limited to 'test/recipes')
-rw-r--r--test/recipes/25-test_x509.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/25-test_x509.t b/test/recipes/25-test_x509.t
index 52ba7d1821..f5e5919eab 100644
--- a/test/recipes/25-test_x509.t
+++ b/test/recipes/25-test_x509.t
@@ -305,7 +305,7 @@ ok(run(app(["openssl", "x509", "-req", "-text", "-CAcreateserial",
"-in", $b_csr])));
ok(-e $ca_serial_dot_in_dir);
-# Tests for explict start and end dates of certificates
+# Tests for explicit start and end dates of certificates
my %today = (strftime("%Y-%m-%d", gmtime) => 1);
my $enddate;
ok(run(app(["openssl", "x509", "-req", "-text",