You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2006/07/24 15:40:14 UTC

svn commit: r425052 - /httpd/httpd/trunk/modules/ssl/mod_ssl.c

Author: rpluem
Date: Mon Jul 24 06:40:14 2006
New Revision: 425052

URL: http://svn.apache.org/viewvc?rev=425052&view=rev
Log:
* Fixed typo. No functional change.

Modified:
    httpd/httpd/trunk/modules/ssl/mod_ssl.c

Modified: httpd/httpd/trunk/modules/ssl/mod_ssl.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/mod_ssl.c?rev=425052&r1=425051&r2=425052&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/ssl/mod_ssl.c (original)
+++ httpd/httpd/trunk/modules/ssl/mod_ssl.c Mon Jul 24 06:40:14 2006
@@ -113,7 +113,7 @@
                 "(`/path/to/file' - PEM encoded)")
     SSL_CMD_SRV(PKCS7CertificateFile, TAKE1,
                 "PKCS#7 file containing server certificate and chain"
-                " certificates (`/path/to/file' - PEM ecnoded)")
+                " certificates (`/path/to/file' - PEM encoded)")
     SSL_CMD_ALL(CACertificatePath, TAKE1,
                 "SSL CA Certificate path "
                 "(`/path/to/dir' - contains PEM encoded files)")