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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/threadhelp/itransactionmanager.h b/framework/inc/threadhelp/itransactionmanager.h
index 31638245093c..9f6740f104c2 100644
--- a/framework/inc/threadhelp/itransactionmanager.h
+++ b/framework/inc/threadhelp/itransactionmanager.h
@@ -28,9 +28,9 @@ namespace framework{
/*-************************************************************************************************************//**
@descr Describe different states of a feature of following implementation.
- During live time of an object different working states occure:
+ During lifetime of an object different working states occur:
initialization - working - closing - closed
- If you whish to implement thread safe classes you should use these feature to protect
+ If you wish to implement thread safe classes you should use this feature to protect
your code against calls at wrong time. e.g. you are not full initialized but somewhere
call an interface method (initialize phase means startup time from creating object till
calling specified first method e.g. XInitialization::initialze()!) then you should refuse