1
0
mirror of https://github.com/pocoproject/poco.git synced 2024-12-14 11:06:57 +01:00

fixed typo

This commit is contained in:
Guenter Obiltschnig 2016-03-12 20:20:35 +01:00
parent 0871e41f52
commit 2500d55297

View File

@ -36,7 +36,7 @@ class Data_API Transaction
/// transaction is in progress. If not, a new transaction is created.
/// When the Transaction is destroyed, and commit() has been called,
/// 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:
Transaction(Poco::Data::Session& session, Poco::Logger* pLogger = 0);