From: Jeff Trawick Date: Thu, 16 May 2002 10:45:22 +0000 (+0000) Subject: tweak an error message for readability X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d5382bfe1e1176f993f425b7ea529b3a34f6168;p=thirdparty%2Fapache%2Fhttpd.git tweak an error message for readability git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@95135 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/ssl_engine_pphrase.c b/ssl_engine_pphrase.c index 86e9cc2949d..5dcae8002bd 100644 --- a/ssl_engine_pphrase.c +++ b/ssl_engine_pphrase.c @@ -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);