From 9d0a1d1a7a28ee49de3df29bbc08c04430523e6f Mon Sep 17 00:00:00 2001 From: Aleksandar Fabijanic Date: Wed, 27 Jun 2018 18:00:10 -0500 Subject: [PATCH] typo fix --- Data/include/Poco/Data/SessionImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/include/Poco/Data/SessionImpl.h b/Data/include/Poco/Data/SessionImpl.h index 8875eebcb..2312e7554 100644 --- a/Data/include/Poco/Data/SessionImpl.h +++ b/Data/include/Poco/Data/SessionImpl.h @@ -172,7 +172,7 @@ public: protected: void setConnectionString(const std::string& connectionString); /// Sets the connection string. Should only be called on - /// disconnetced sessions. Throws InvalidAccessException when called on + /// disconnected sessions. Throws InvalidAccessException when called on /// a connected session. private: