[rt-commit] r205 - /redwax-tool/trunk/redwax_openssl.c
rt-commit at redwax.eu
rt-commit at redwax.eu
Tue Feb 18 14:37:01 CET 2025
Author: minfrin at redwax.eu
Date: Tue Feb 18 14:37:00 2025
New Revision: 205
Log:
Fix spelling on specified.
Modified:
redwax-tool/trunk/redwax_openssl.c
Modified: redwax-tool/trunk/redwax_openssl.c
==============================================================================
--- redwax-tool/trunk/redwax_openssl.c (original)
+++ redwax-tool/trunk/redwax_openssl.c Tue Feb 18 14:37:00 2025
@@ -2327,7 +2327,7 @@
if (!X509_VERIFY_PARAM_set_purpose(X509_STORE_get0_param(store), purpose)) {
redwax_print_error(r,
- "verify-filter: purpose could not be specifed\n");
+ "verify-filter: purpose could not be specified\n");
redwax_openssl_print_errors(r);
return APR_ENOENT;
}
More information about the rt-commit
mailing list