summaryrefslogtreecommitdiff
path: root/framework/inc/classes/protocolhandlercache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/classes/protocolhandlercache.hxx')
-rw-r--r--framework/inc/classes/protocolhandlercache.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/classes/protocolhandlercache.hxx b/framework/inc/classes/protocolhandlercache.hxx
index e090039aba9e..1f7963725fea 100644
--- a/framework/inc/classes/protocolhandlercache.hxx
+++ b/framework/inc/classes/protocolhandlercache.hxx
@@ -135,8 +135,8 @@ class FWI_DLLPUBLIC HandlerCache
@short implements configuration access for handler configuration
@descr We use the ConfigItem mechanism to read/write values from/to configuration.
We set a data container pointer for filling or reading ... this class use it temp.
- After successfuly calling of read(), we can use filled container directly or merge it with an existing one.
- After successfuly calling of write() all values of given data container are flushed to our configuration -
+ After successfully calling of read(), we can use filled container directly or merge it with an existing one.
+ After successfully calling of write() all values of given data container are flushed to our configuration -
but current implementation doesn't support writeing realy.
@base ::utl::ConfigItem