From: Stefan Fritsch Date: Wed, 29 May 2013 21:28:41 +0000 (+0000) Subject: Merge r1454888: X-Git-Tag: 2.4.5~191 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa7e457cc8c5dd2c7fdc29232726e085a5ea4474;p=apache Merge r1454888: Typo No code change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1487648 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 {