summaryrefslogtreecommitdiff
path: root/framework/source/fwi/threadhelp/transactionmanager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/fwi/threadhelp/transactionmanager.cxx')
-rw-r--r--framework/source/fwi/threadhelp/transactionmanager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/fwi/threadhelp/transactionmanager.cxx b/framework/source/fwi/threadhelp/transactionmanager.cxx
index e68086282add..521f168c3a18 100644
--- a/framework/source/fwi/threadhelp/transactionmanager.cxx
+++ b/framework/source/fwi/threadhelp/transactionmanager.cxx
@@ -104,7 +104,7 @@ void TransactionManager::setWorkingMode( EWorkingMode eMode )
/*-****************************************************************************************************
@short get current working mode
@descr If you stand in your close() or init() method ... but don't know
- if you called more then ones(!) ... you can use this function to get
+ if you called more than ones(!) ... you can use this function to get
right information.
e.g: You have a method init() which is used to change working mode from
E_INIT to E_WORK and should be used to initialize some member too ...