From 19e8da315396bc5003da5dd84641d319ca06c11f 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/lib/libcrypto/x509') 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