You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2013/03/10 19:00:15 UTC

svn commit: r1454888 - /httpd/httpd/trunk/modules/ssl/ssl_util_stapling.c

Author: jailletc36
Date: Sun Mar 10 18:00:15 2013
New Revision: 1454888

URL: http://svn.apache.org/r1454888
Log:
Typo

Modified:
    httpd/httpd/trunk/modules/ssl/ssl_util_stapling.c

Modified: httpd/httpd/trunk/modules/ssl/ssl_util_stapling.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/ssl_util_stapling.c?rev=1454888&r1=1454887&r2=1454888&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/ssl/ssl_util_stapling.c (original)
+++ httpd/httpd/trunk/modules/ssl/ssl_util_stapling.c Sun Mar 10 18:00:15 2013
@@ -449,7 +449,7 @@ static BOOL stapling_renew_response(serv
             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 {