]> granicus.if.org Git - apache/commitdiff
tweak an error message for readability
authorJeff Trawick <trawick@apache.org>
Thu, 16 May 2002 10:45:22 +0000 (10:45 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 16 May 2002 10:45:22 +0000 (10:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95135 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_pphrase.c

index 86e9cc2949d9935a0d3f4d73e3363203b2007a99..5dcae8002bd916986836cfb3811281e540c00bca 100644 (file)
@@ -435,7 +435,7 @@ void ssl_pphrase_Handle(server_rec *s, apr_pool_t *p)
                     {
                         ap_log_error(APLOG_MARK, APLOG_ERR|APLOG_NOERRNO, 0,
                                      pServ,
-                                     "Init: Unable read passphrase "
+                                     "Init: Unable to read pass phrase "
                                      "[Hint: key introduced or changed "
                                      "before restart?]");
                         ssl_log_ssl_error(APLOG_MARK, APLOG_ERR, pServ);