From: Andrew Dolgov Date: Sun, 14 Jul 2013 19:33:12 +0000 (+0400) Subject: fix typo in config.php-dist X-Git-Tag: 1.9~19 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=bebc15cdc2cb2897d2f0f538270f15e8b99816a3;p=tt-rss.git fix typo in config.php-dist --- diff --git a/config.php-dist b/config.php-dist index 0d1bfbc0..4ebce3f4 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) ***