mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 21:50:47 +01:00
Spelling fix in SessionPool documentation
This commit is contained in:
@@ -118,7 +118,7 @@ public:
|
|||||||
template <typename T>
|
template <typename T>
|
||||||
Session get(const std::string& name, const T& value)
|
Session get(const std::string& name, const T& value)
|
||||||
/// Returns a Session with requested property set.
|
/// 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, in which case it is reset back to the pool
|
||||||
/// value when the session is reclaimed by the pool.
|
/// value when the session is reclaimed by the pool.
|
||||||
{
|
{
|
||||||
@@ -132,7 +132,7 @@ public:
|
|||||||
|
|
||||||
Session get(const std::string& name, bool value);
|
Session get(const std::string& name, bool value);
|
||||||
/// Returns a Session with requested feature set.
|
/// 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, in which case it is reset back to the pool
|
||||||
/// value when the session is reclaimed by the pool.
|
/// value when the session is reclaimed by the pool.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user