mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 19:25:53 +02:00
fixed typo
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user