Commit f196cdc5 authored by Cliff Woolley's avatar Cliff Woolley
Browse files

s/seperate/separate/

Also consolidate the two hints


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89811 13f79535-47bb-0310-9956-ffa450edef68
parent 756d77a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();
            }