]> granicus.if.org Git - apache/commitdiff
Typo
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 10 Mar 2013 18:00:15 +0000 (18:00 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 10 Mar 2013 18:00:15 +0000 (18:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1454888 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_util_stapling.c

index 89be7f530e9fa64985ee29b7fa6d2c30326e29ae..0387cf9298444f9b23fdc31a06e7419a7a941c42 100644 (file)
@@ -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 {