From de7d7e36a30bf4dc5cdab5571ec7a8d8cb41e3ad Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 28 Mar 2025 12:34:19 +0000 Subject: x509_policy: certificats -> certificates --- src/lib/libcrypto/x509/x509_policy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/x509/x509_policy.c b/src/lib/libcrypto/x509/x509_policy.c index 4321a9669d..f3786201a7 100644 --- a/src/lib/libcrypto/x509/x509_policy.c +++ b/src/lib/libcrypto/x509/x509_policy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_policy.c,v 1.29 2025/01/06 17:42:39 tb Exp $ */ +/* $OpenBSD: x509_policy.c,v 1.30 2025/03/28 12:34:19 tb Exp $ */ /* * Copyright (c) 2022, Google Inc. * @@ -498,7 +498,7 @@ delete_if_mapped(X509_POLICY_NODE *node, void *data) * with P1 in |parent_policies|. * * This is equivalent to the |X509_POLICY_LEVEL| that would result if the next - * certificats contained anyPolicy. |process_certificate_policies| will filter + * certificates contained anyPolicy. |process_certificate_policies| will filter * this result down to compute the actual level. */ static X509_POLICY_LEVEL * -- cgit v1.2.3-55-g6feb