From: Cliff Woolley Date: Tue, 31 Jul 2001 01:55:08 +0000 (+0000) Subject: s/seperate/separate/ X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9b6778e29d1dea6c78a1096f7dc2e8926330c7d;p=thirdparty%2Fapache%2Fhttpd.git s/seperate/separate/ Also consolidate the two hints git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89811 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/ssl_engine_pphrase.c b/ssl_engine_pphrase.c index e6960dbe85f..2213853aea7 100644 --- a/ssl_engine_pphrase.c +++ b/ssl_engine_pphrase.c @@ -312,7 +312,7 @@ void ssl_pphrase_Handle(server_rec *s, apr_pool_t *p) if (pPrivateKey == NULL) { ssl_log(s, SSL_LOG_ERROR|SSL_ADD_SSLERR, - "Init: Unable to read server private key from file %s perhaps it is in a seperate file? [Hint: SSLCertificateKeyFile]", szPath); + "Init: Unable to read server private key from file %s [Hint: Perhaps it is in a separate file? See SSLCertificateKeyFile]", szPath); ssl_die(); }