From 35e0bd5560f02b512266d5c74a2937ee3c7cc004 Mon Sep 17 00:00:00 2001 From: Aleksandar Fabijanic Date: Mon, 24 Feb 2014 20:11:48 -0600 Subject: [PATCH] Spelling fix in SessionPool documentation --- Data/include/Poco/Data/SessionPool.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Data/include/Poco/Data/SessionPool.h b/Data/include/Poco/Data/SessionPool.h index 50a5ae9ac..1edc58608 100644 --- a/Data/include/Poco/Data/SessionPool.h +++ b/Data/include/Poco/Data/SessionPool.h @@ -118,7 +118,7 @@ public: template Session get(const std::string& name, const T& value) /// Returns a Session with requested property set. - /// The property can be diferent from the default pool + /// The property can be different from the default pool /// value, in which case it is reset back to the pool /// value when the session is reclaimed by the pool. { @@ -132,7 +132,7 @@ public: Session get(const std::string& name, bool value); /// Returns a Session with requested feature set. - /// The feature can be diferent from the default pool + /// The feature can be different from the default pool /// value, in which case it is reset back to the pool /// value when the session is reclaimed by the pool.