summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/jobs/configaccess.hxx2
-rw-r--r--framework/inc/threadhelp/gate.hxx2
-rw-r--r--framework/inc/threadhelp/transactionbase.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/jobs/configaccess.hxx b/framework/inc/jobs/configaccess.hxx
index 116d563758c8..b705b910d652 100644
--- a/framework/inc/jobs/configaccess.hxx
+++ b/framework/inc/jobs/configaccess.hxx
@@ -33,7 +33,7 @@ namespace framework{
/**
@short implements a simple configuration access
@descr Sometimes it's better to have direct config access
- instead of using soecialize config items of the svtools
+ instead of using specialized config items of the svtools
project. This class can wrapp such configuration access.
*/
class FWI_DLLPUBLIC ConfigAccess final
diff --git a/framework/inc/threadhelp/gate.hxx b/framework/inc/threadhelp/gate.hxx
index b09ba7257c32..eb538501b230 100644
--- a/framework/inc/threadhelp/gate.hxx
+++ b/framework/inc/threadhelp/gate.hxx
@@ -70,7 +70,7 @@ class Gate
Gate(const Gate&) = delete;
/*-****************************************************************************************************
@short copy-assignment
- @descr Forbid copy assiging
+ @descr Forbid copy assigning
*//*-*****************************************************************************************************/
Gate& operator=(const Gate&) = delete;
diff --git a/framework/inc/threadhelp/transactionbase.hxx b/framework/inc/threadhelp/transactionbase.hxx
index ada6202fa584..9d57129a5c82 100644
--- a/framework/inc/threadhelp/transactionbase.hxx
+++ b/framework/inc/threadhelp/transactionbase.hxx
@@ -25,7 +25,7 @@
namespace framework{
/*-************************************************************************************************************
- @short make it possible to instanciate a transacion manager as first member!
+ @short make it possible to instanciate a transaction manager as first member!
@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