summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-14 23:33:12 +0400
committerAndrew Dolgov <[email protected]>2013-07-14 23:33:12 +0400
commitbebc15cdc2cb2897d2f0f538270f15e8b99816a3 (patch)
tree4009c45397bbe698460d07d8843a1743930d43cc /config.php-dist
parent55c773e8933dc2ed2e767f0e6031894849637297 (diff)
fix typo in config.php-dist
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 0d1bfbc01..4ebce3f41 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -173,7 +173,8 @@
// outgoing mail. Only used with SMTP_SERVER.
define('SMTP_SECURE', '');
- // used to select a secure SMTP conneciton. can be tls, ssl or enpty
+ // Used to select a secure SMTP connection. Allowed values: ssl, tls,
+ // or empty.
// ***************************************
// *** Other settings (less important) ***