From 429c4d64f4287e925d8b1fe40c2675b456142ee9 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 12:30:20 -0500 Subject: [PATCH] spelling: occurred Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- pdns/libssl.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/libssl.cc b/pdns/libssl.cc index 5139caecd8..926f1c75b0 100644 --- a/pdns/libssl.cc +++ b/pdns/libssl.cc @@ -1124,7 +1124,7 @@ std::pair, std::vector= 3 */ ERR_print_errors_fp(stderr); - throw std::runtime_error("An error occured while parsing PKCS12 file " + pair.d_cert); + throw std::runtime_error("An error occurred while parsing PKCS12 file " + pair.d_cert); #if defined(OPENSSL_VERSION_MAJOR) && OPENSSL_VERSION_MAJOR >= 3 } #endif /* defined(OPENSSL_VERSION_MAJOR) && OPENSSL_VERSION_MAJOR >= 3 */ @@ -1231,7 +1231,7 @@ std::pair> libssl_init_ser if (failed) { #endif /* defined(OPENSSL_VERSION_MAJOR) && OPENSSL_VERSION_MAJOR >= 3 */ ERR_print_errors_fp(stderr); - throw std::runtime_error("An error occured while parsing PKCS12 file " + pair.d_cert); + throw std::runtime_error("An error occurred while parsing PKCS12 file " + pair.d_cert); #if defined(OPENSSL_VERSION_MAJOR) && OPENSSL_VERSION_MAJOR >= 3 } #endif /* defined(OPENSSL_VERSION_MAJOR) && OPENSSL_VERSION_MAJOR >= 3 */ -- 2.47.3