summaryrefslogtreecommitdiff
path: root/framework/inc/threadhelp/itransactionmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/threadhelp/itransactionmanager.h')
-rw-r--r--framework/inc/threadhelp/itransactionmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/threadhelp/itransactionmanager.h b/framework/inc/threadhelp/itransactionmanager.h
index 6e2b013ef4f4..baffdb437b77 100644
--- a/framework/inc/threadhelp/itransactionmanager.h
+++ b/framework/inc/threadhelp/itransactionmanager.h
@@ -97,7 +97,7 @@ enum EExceptionMode
/*-************************************************************************************************************
@descr How can you use the transaction manager?
Use it in combination with an TransactionGuard, which register your transaction in ctor
- and release in dtor automaticly! Follow interface class can be used to make using
+ and release in dtor automatically! Follow interface class can be used to make using
of different manager implmentations possible by using same guard.
*//*-*************************************************************************************************************/
class ITransactionManager