summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2024-08-26 18:40:51 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2024-08-26 18:40:51 +0000
commit29713555a0cb4a750add4dc160608b94f1a23144 (patch)
treec3860c34ddff8465ad9b39aa55f085fdcd5f0774 /usr.bin/openssl
parent37dd5891b10b29491f22220cf01622f41538ec68 (diff)
ts.c: typo flaf -> flag
Diffstat (limited to 'usr.bin/openssl')
-rw-r--r--usr.bin/openssl/ts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/openssl/ts.c b/usr.bin/openssl/ts.c
index dfcf5dd923f..2bb35d84a46 100644
--- a/usr.bin/openssl/ts.c
+++ b/usr.bin/openssl/ts.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ts.c,v 1.28 2024/03/25 10:16:02 tb Exp $ */
+/* $OpenBSD: ts.c,v 1.29 2024/08/26 18:40:50 tb Exp $ */
/* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL
* project 2002.
*/
@@ -950,7 +950,7 @@ create_response(CONF *conf, const char *section, char *queryfile, char *passin,
if (!TS_CONF_set_clock_precision_digits(conf, section, resp_ctx))
goto end;
- /* Setting the ordering flaf if requested. */
+ /* Setting the ordering flag if requested. */
if (!TS_CONF_set_ordering(conf, section, resp_ctx))
goto end;