Spelling fix in SessionPool documentation

This commit is contained in:
Aleksandar Fabijanic 2014-02-24 20:11:48 -06:00
parent 0b4d479478
commit 35e0bd5560

View File

@ -118,7 +118,7 @@ public:
template <typename T>
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.