diff --git a/include/connection.h b/include/connection.h index 1a4c0f1..ddb58eb 100644 --- a/include/connection.h +++ b/include/connection.h @@ -74,7 +74,7 @@ public: */ const std::string &vhost() const { - return _implemention.vhost(); + return _implementation.vhost(); } /** diff --git a/include/login.h b/include/login.h index 51f79de..5e54ae1 100644 --- a/include/login.h +++ b/include/login.h @@ -81,7 +81,7 @@ public: * String representation in SASL PLAIN mode * @return string */ - std::string saslPlain() + std::string saslPlain() const { // we need an initial string std::string result("\0", 1);