This commit is contained in:
Günter Obiltschnig 2019-05-16 14:44:53 +02:00
parent e98f752cff
commit 20e7a3f3da

View File

@ -29,7 +29,7 @@ namespace Net {
class NetSSL_Win_API SecureSMTPClientSession: public SMTPClientSession
/// This class implements an Simple Mail
/// Transfer Procotol (SMTP, RFC 2821)
/// Transfer Protocol (SMTP, RFC 2821)
/// client for sending e-mail messages that
/// supports the STARTTLS command for secure
/// connections.