summaryrefslogtreecommitdiff
path: root/framework/inc/threadhelp/transactionbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/threadhelp/transactionbase.hxx')
-rw-r--r--framework/inc/threadhelp/transactionbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/threadhelp/transactionbase.hxx b/framework/inc/threadhelp/transactionbase.hxx
index 741c27d61854..7a71f5bbbed8 100644
--- a/framework/inc/threadhelp/transactionbase.hxx
+++ b/framework/inc/threadhelp/transactionbase.hxx
@@ -26,7 +26,7 @@ namespace framework{
/*-************************************************************************************************************//**
@short make it possible to instanciate a transacion manager as first member!
- @descr If you use a transaction manager as a member of your class and whish to use it earlier then other ones
+ @descr If you use a transaction manager as a member of your class and wish to use it earlier then other ones
you should have a look on this implementation. You must use it as the first base class
of your implementation - because base classes are initialized by his order and before your
member! Thats why ist a good place to declare this member.