]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
SSLCompression help text:
authorJeff Trawick <trawick@apache.org>
Sat, 3 Aug 2013 13:17:37 +0000 (13:17 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 3 Aug 2013 13:17:37 +0000 (13:17 +0000)
add missing space between directive description and syntax

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

modules/ssl/mod_ssl.c

index bdfafdf94862a2978e80dd8fbb837f892c903b21..33556d69a03c85e6341bb2c319b62a9898de27a5 100644 (file)
@@ -144,7 +144,7 @@ static const command_rec ssl_config_cmds[] = {
     SSL_CMD_SRV(HonorCipherOrder, FLAG,
                 "Use the server's cipher ordering preference")
     SSL_CMD_SRV(Compression, FLAG,
-                "Enable SSL level compression"
+                "Enable SSL level compression "
                 "(`on', `off')")
     SSL_CMD_SRV(InsecureRenegotiation, FLAG,
                 "Enable support for insecure renegotiation")