summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2023-09-11 13:27:05 +0200
committerTomas Mraz <tomas@openssl.org>2023-09-13 08:13:08 +0200
commit23def9d37156cc3b2c00fb45ec3b8e271a5d4563 (patch)
tree2db21178140f11fa05ac49387bbf48a347c68524 /apps
parent46def829afa4d8bed8f53d484bdf842d65f0e176 (diff)
Fix typos found by codespell
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22063)
Diffstat (limited to 'apps')
-rw-r--r--apps/progs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/progs.pl b/apps/progs.pl
index f27ccfbba3..120ae05f07 100644
--- a/apps/progs.pl
+++ b/apps/progs.pl
@@ -104,7 +104,7 @@ EOF
# The format of this table is:
# [0] = alternative command to use instead
# [1] = deprecented in this version
-# [2] = preprocessor conditional for exclusing irrespective of deprecation
+# [2] = preprocessor conditional for excluding irrespective of deprecation
# rsa => [ "pkey", "3_0", "rsa" ],
# genrsa => [ "genpkey", "3_0", "rsa" ],
rsautl => [ "pkeyutl", "3_0", "rsa" ],