summaryrefslogtreecommitdiff
path: root/framework/inc/classes
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-04-26 19:28:59 +0200
committerJan Holesovsky <kendy@collabora.com>2014-04-27 01:28:55 +0200
commite6ac6cbccf0e26b860b2a8c276fea258091d9da3 (patch)
treecc02ebc6b409c507892bcf550e21f70c0c52b3d5 /framework/inc/classes
parent367b254c73bf7b64135f0429d50d03fee749cef7 (diff)
automaticly -> automatically.
Change-Id: Iae55083160eee86ac8301f272634dd3ae65fd847
Diffstat (limited to 'framework/inc/classes')
-rw-r--r--framework/inc/classes/checkediterator.hxx2
-rw-r--r--framework/inc/classes/protocolhandlercache.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/classes/checkediterator.hxx b/framework/inc/classes/checkediterator.hxx
index 6708edce44ec..009a1b8d4c37 100644
--- a/framework/inc/classes/checkediterator.hxx
+++ b/framework/inc/classes/checkediterator.hxx
@@ -67,7 +67,7 @@ class CheckedIterator
/*-****************************************************************************************************
@short initialize instance with valid container
- @descr Set new container at an instance of this class. The other member will set automaticly!
+ @descr Set new container at an instance of this class. The other member will set automatically!
m_pPosition = first element in container
m_eEndState = BEFOREEND
@param "rContainer", must be a valid reference to an existing container.
diff --git a/framework/inc/classes/protocolhandlercache.hxx b/framework/inc/classes/protocolhandlercache.hxx
index 40539bdd0759..b942566606b0 100644
--- a/framework/inc/classes/protocolhandlercache.hxx
+++ b/framework/inc/classes/protocolhandlercache.hxx
@@ -82,7 +82,7 @@ typedef BaseHash< ProtocolHandler > HandlerHash;
- another one maps her registered pattern to her uno names to
perform search on such data
But this lists a static for all instances of this class. So it's possible to
- create new objects without opening configuration twice and free memory automaticly
+ create new objects without opening configuration twice and free memory automatically
if last object will gone.
@attention We implement a singleton concept - so we don't need any mutex member here.