diff options
author | Adam <adam@sigterm.info> | 2014-05-30 15:15:43 -0400 |
---|---|---|
committer | Adam <adam@sigterm.info> | 2014-05-30 15:15:43 -0400 |
commit | 5f7113bc0e60be25919a6b8ab4ab59b574d3e960 (patch) | |
tree | dbde6a11754a7a505d7503f97cf3be8951785811 | |
parent | dc4daa25a7abbe8f2b547a29907b8915cd700bc6 (diff) | |
parent | 11ad788dfd47e4c9d9ed6186302a85db0fa7930c (diff) |
Merge pull request #80 from attilamolnar/2.0+exampleconf
Fix the name of the SSL modules in comments in modules.conf.example
-rw-r--r-- | data/modules.example.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index 86b83b583..a51ef7226 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -540,7 +540,7 @@ module { name = "help" } name = "m_ssl_gnutls" /* - * An optional certificate and key for m_gnutls to give to the uplink. + * An optional certificate and key for m_ssl_gnutls to give to the uplink. * * You can generate your own certificate and key pair by using: * @@ -579,7 +579,7 @@ module { name = "help" } name = "m_ssl_openssl" /* - * An optional certificate and key for m_openssl to give to the uplink. + * An optional certificate and key for m_ssl_openssl to give to the uplink. * * You can generate your own certificate and key pair by using: * |