]> granicus.if.org Git - apache/commitdiff
s/seperate/separate/
authorCliff Woolley <jwoolley@apache.org>
Tue, 31 Jul 2001 01:55:08 +0000 (01:55 +0000)
committerCliff Woolley <jwoolley@apache.org>
Tue, 31 Jul 2001 01:55:08 +0000 (01:55 +0000)
Also consolidate the two hints

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89811 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_pphrase.c

index e6960dbe85f1b11643d79419985ffd9638c31e9c..2213853aea713ee6ff1e5b5053edf2130f2f5962 100644 (file)
@@ -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();
             }