From 68c051d5fd72c76e4e724c5a1cdb53951b7ae879 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 16 May 2002 10:45:22 +0000 Subject: [PATCH] tweak an error message for readability git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95135 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ssl/ssl_engine_pphrase.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ssl/ssl_engine_pphrase.c b/modules/ssl/ssl_engine_pphrase.c index 86e9cc2949..5dcae8002b 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); -- 2.40.0