summaryrefslogtreecommitdiff
path: root/framework/source/fwi
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/fwi')
-rw-r--r--framework/source/fwi/classes/protocolhandlercache.cxx2
-rw-r--r--framework/source/fwi/jobs/configaccess.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/fwi/classes/protocolhandlercache.cxx b/framework/source/fwi/classes/protocolhandlercache.cxx
index 9d71c8c38428..46a42662351e 100644
--- a/framework/source/fwi/classes/protocolhandlercache.cxx
+++ b/framework/source/fwi/classes/protocolhandlercache.cxx
@@ -74,7 +74,7 @@ sal_Int32 HandlerCache::m_nRefCount = 0;
HandlerCFGAccess* HandlerCache::m_pConfig = NULL;
/**
- @short ctor of the cache of all registered protoco handler
+ @short ctor of the cache of all registered protocol handler
@descr It tries to open the right configuration package automatically
and fill the internal structures. After that the cache can be
used for read access on this data and perform some search
diff --git a/framework/source/fwi/jobs/configaccess.cxx b/framework/source/fwi/jobs/configaccess.cxx
index bacc8c15b1f8..08dac5561033 100644
--- a/framework/source/fwi/jobs/configaccess.cxx
+++ b/framework/source/fwi/jobs/configaccess.cxx
@@ -82,7 +82,7 @@ ConfigAccess::EOpenMode ConfigAccess::getMode() const
which needs cfg access, can use it. That prevent us against multiple open/close requests.
But you can use this method to upgrade an already opened configuration too.
It's possible to open a config access in READONLY mode first and "open" it at a second
- time within the mode READWRITE. Then we will upgrade it. Dowgrade will be possible too.
+ time within the mode READWRITE. Then we will upgrade it. Downgrade will be possible too.
But note: closing will be done explicitly by calling method close() ... not by
downgrading with mode CLOSED!