diff --git a/src/smtpclient.h b/src/smtpclient.h index ee83884..f734aad 100644 --- a/src/smtpclient.h +++ b/src/smtpclient.h @@ -60,7 +60,7 @@ public: /* [1] Constructors and Destructors */ - SmtpClient(const QString & host = "locahost", int port = 25, ConnectionType ct = TcpConnection); + SmtpClient(const QString & host = "localhost", int port = 25, ConnectionType ct = TcpConnection); ~SmtpClient();