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