From: Christophe Jaillet Date: Sun, 10 Mar 2013 18:00:15 +0000 (+0000) Subject: Typo X-Git-Tag: 2.5.0-alpha~5678 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fe57f044efc0c373808cd12ef725c7a0a3490d3;p=apache Typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1454888 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_util_stapling.c b/modules/ssl/ssl_util_stapling.c index 89be7f530e..0387cf9298 100644 --- a/modules/ssl/ssl_util_stapling.c +++ b/modules/ssl/ssl_util_stapling.c @@ -449,7 +449,7 @@ static BOOL stapling_renew_response(server_rec *s, modssl_ctx_t *mctx, SSL *ssl, stapling_check_response(s, mctx, cinf, *prsp, &ok); if (ok == FALSE) { ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, APLOGNO(01943) - "stapling_renew_response: error in retreived response!"); + "stapling_renew_response: error in retrieved response!"); } } else {