소스 검색

fix typo in config.php-dist

Andrew Dolgov 11 년 전
부모
커밋
bebc15cdc2
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      config.php-dist

+ 2 - 1
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) ***