summaryrefslogtreecommitdiff
path: root/framework/source/classes
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/classes')
-rw-r--r--framework/source/classes/framecontainer.cxx4
-rw-r--r--framework/source/classes/taskcreator.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/classes/framecontainer.cxx b/framework/source/classes/framecontainer.cxx
index d4a8a03663dd..5fd1a3b97b5d 100644
--- a/framework/source/classes/framecontainer.cxx
+++ b/framework/source/classes/framecontainer.cxx
@@ -31,7 +31,7 @@ namespace framework{
@short initialize an empty container
@descr The container will be empty then - special features (e.g. the async quit mechanism) are disabled.
- @threadsafe not neccessary - its not a singleton
+ @threadsafe not necessary - its not a singleton
*****************************************************************************************************************/
FrameContainer::FrameContainer()
// initialize base classes first.
@@ -48,7 +48,7 @@ FrameContainer::FrameContainer()
@short deinitialize may a filled container
@descr Special features (if the currently are running) will be dsiabled and we free all used other resources.
- @threadsafe not neccessary - its not a singleton
+ @threadsafe not necessary - its not a singleton
*****************************************************************************************************************/
FrameContainer::~FrameContainer()
{
diff --git a/framework/source/classes/taskcreator.cxx b/framework/source/classes/taskcreator.cxx
index 49aebce58ca1..410aa0ad06a8 100644
--- a/framework/source/classes/taskcreator.cxx
+++ b/framework/source/classes/taskcreator.cxx
@@ -35,7 +35,7 @@
namespace framework{
/*-****************************************************************************************************//**
- @short initialize instance with neccessary information
+ @short initialize instance with necessary information
@descr We need a valid uno service manager to create or instanciate new services.
All other information to create frames or tasks come in on right interface methods.