From 7ce51cb2cf1b0e87237d81a5cced141c84e5e274 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 3 Jan 2025 09:14:42 +0000 Subject: termianted -> terminated --- src/usr.bin/openssl/apps.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usr.bin/openssl/apps.c b/src/usr.bin/openssl/apps.c index a04190910d..7c98f1e70c 100644 --- a/src/usr.bin/openssl/apps.c +++ b/src/usr.bin/openssl/apps.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apps.c,v 1.69 2024/08/29 17:01:02 tb Exp $ */ +/* $OpenBSD: apps.c,v 1.70 2025/01/03 09:14:42 tb Exp $ */ /* * Copyright (c) 2014 Joel Sing * @@ -1891,7 +1891,7 @@ pkey_ctrl_string(EVP_PKEY_CTX *ctx, char *value) * in a format suitable for passing to SSL_CTX_set_next_protos_advertised. * outlen: (output) set to the length of the resulting buffer on success. * err: (maybe NULL) on failure, an error message line is written to this BIO. - * in: a NUL termianted string like "abc,def,ghi" + * in: a NUL terminated string like "abc,def,ghi" * * returns: a malloced buffer or NULL on failure. */ -- cgit v1.2.3-55-g6feb