From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:30:20 +0000 (-0500) Subject: spelling: occurred X-Git-Tag: rec-5.4.0-alpha1~61^2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=429c4d64f4287e925d8b1fe40c2675b456142ee9;p=thirdparty%2Fpdns.git spelling: occurred Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- 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 */