summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 05:10:29 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 05:10:29 +0200
commit435f5e30c968ffd5761873f8b3f756949545ce72 (patch)
treeb7f1623723f23d141d7b6b0cada5d28523d53fdf /framework
parent60fbefc615f8931bf8b952293fc4eb4ac35dafd8 (diff)
fdo#60724 correct spelling
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/dispatch/dispatchprovider.hxx2
-rw-r--r--framework/inc/helper/ocomponentenumeration.hxx2
-rw-r--r--framework/inc/threadhelp/fairrwlock.hxx2
-rw-r--r--framework/source/fwi/threadhelp/lockhelper.cxx2
-rw-r--r--framework/source/inc/accelerators/presethandler.hxx2
5 files changed, 5 insertions, 5 deletions
diff --git a/framework/inc/dispatch/dispatchprovider.hxx b/framework/inc/dispatch/dispatchprovider.hxx
index bb65b34ce999..484e0fa24b3f 100644
--- a/framework/inc/dispatch/dispatchprovider.hxx
+++ b/framework/inc/dispatch/dispatchprovider.hxx
@@ -44,7 +44,7 @@
namespace framework{
/**
- @descr We know some special dispatch objects with diffrent functionality.
+ @descr We know some special dispatch objects with different functionality.
The can be created internaly by the following DispatchProvider.
Here we define some identifier to force creation of the right one.
*/
diff --git a/framework/inc/helper/ocomponentenumeration.hxx b/framework/inc/helper/ocomponentenumeration.hxx
index 5d38371324ce..84a9626eb628 100644
--- a/framework/inc/helper/ocomponentenumeration.hxx
+++ b/framework/inc/helper/ocomponentenumeration.hxx
@@ -87,7 +87,7 @@ class OComponentEnumeration : public ThreadHelpBase ,
/*-****************************************************************************************************//**
@short last chance to release all references and free memory
- @descr This method is called, if the enumeration is used completly and has no more elements.
+ @descr This method is called, if the enumeration is used completely and has no more elements.
Then we must destroy ouer list and release all references to other objects.
@seealso interface XEventListener
diff --git a/framework/inc/threadhelp/fairrwlock.hxx b/framework/inc/threadhelp/fairrwlock.hxx
index 4f6525392a9b..61b3b52012a2 100644
--- a/framework/inc/threadhelp/fairrwlock.hxx
+++ b/framework/inc/threadhelp/fairrwlock.hxx
@@ -59,7 +59,7 @@ class FairRWLock : public IRWLock
@short standard ctor
@descr Initialize instance with right start values for correct working.
no reader could exist => m_nReadCount = 0
- don't block first comming writer => m_aWriteCondition.set()
+ don't block first coming writer => m_aWriteCondition.set()
@seealso -
diff --git a/framework/source/fwi/threadhelp/lockhelper.cxx b/framework/source/fwi/threadhelp/lockhelper.cxx
index 710c08bc5b74..3b4d7286b710 100644
--- a/framework/source/fwi/threadhelp/lockhelper.cxx
+++ b/framework/source/fwi/threadhelp/lockhelper.cxx
@@ -355,7 +355,7 @@ void LockHelper::releaseWriteAccess()
New readers can work too - new writer are blocked!
We use m_eLockType to differ between all possible "lock-member"!!!
- @attention Ignore shareable mutex(!) - because this call never should release a lock completly!
+ @attention Ignore shareable mutex(!) - because this call never should release a lock completely!
We change a write access to a read access only.
@attention a) Don't call this method if you are not a writer!
diff --git a/framework/source/inc/accelerators/presethandler.hxx b/framework/source/inc/accelerators/presethandler.hxx
index 512ee8be89d7..30ef101ec93f 100644
--- a/framework/source/inc/accelerators/presethandler.hxx
+++ b/framework/source/inc/accelerators/presethandler.hxx
@@ -333,7 +333,7 @@ class PresetHandler : private ThreadHelpBase // attention! Must be the first bas
specified target.
@descr Means: copy share/.../<preset>.xml user/.../<target>.xml
- Note: The target will be overwritten completly or
+ Note: The target will be overwritten completely or
created as new by this operation!
@param sPreset