mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-19 00:46:03 +01:00
fixed typo
This commit is contained in:
parent
0871e41f52
commit
2500d55297
@ -36,7 +36,7 @@ class Data_API Transaction
|
|||||||
/// transaction is in progress. If not, a new transaction is created.
|
/// transaction is in progress. If not, a new transaction is created.
|
||||||
/// When the Transaction is destroyed, and commit() has been called,
|
/// When the Transaction is destroyed, and commit() has been called,
|
||||||
/// nothing is done. Otherwise, the current transaction is rolled back.
|
/// nothing is done. Otherwise, the current transaction is rolled back.
|
||||||
/// See Transaction for more detaisl nad purpose of this template.
|
/// See Transaction for more details and purpose of this template.
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Transaction(Poco::Data::Session& session, Poco::Logger* pLogger = 0);
|
Transaction(Poco::Data::Session& session, Poco::Logger* pLogger = 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user