Fixed typo in comment.

This commit is contained in:
Vincent Richard 2006-05-05 11:13:11 +00:00
parent 64fdd8e889
commit abe3eef889

View File

@ -173,7 +173,7 @@ void SMTPTransport::connect()
const bool tlsRequired = HAS_PROPERTY(PROPERTY_CONNECTION_TLS_REQUIRED)
&& GET_PROPERTY(bool, PROPERTY_CONNECTION_TLS_REQUIRED);
if (!m_isSMTPS && tls) // only if not POP3S
if (!m_isSMTPS && tls) // only if not SMTPS
{
try
{