summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-11-24 12:48:08 +0100
committerAndras Timar <andras.timar@collabora.com>2014-11-24 12:48:25 +0100
commit4730af6a2435dfe35f598f12a4b3884bba40c006 (patch)
tree5dd7771071ac7b02136a4ae860c2d006775e59f4 /framework
parent31ef2b6396e2ebec10f84f21dfdee645690f5e62 (diff)
typo: unknown
Change-Id: If89443c1668ca01c826c8fc353b20097c7da7bf4
Diffstat (limited to 'framework')
-rw-r--r--framework/source/inc/loadenv/loadenv.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx
index 3bf66fff7a67..a65134c526dd 100644
--- a/framework/source/inc/loadenv/loadenv.hxx
+++ b/framework/source/inc/loadenv/loadenv.hxx
@@ -256,14 +256,14 @@ public:
@param eContentType
classify the given content.
- This value is set to a default value "UNKNWON_CONTENT", which force
+ This value is set to a default value "UNKNOWN_CONTENT", which force
an internal check, if this content is loadable or not.
But may this check was already made by the caller of this method and
passing this information to this LoadEnv instance can suppress this
might expensive check.
That can be useful in case this information is needed outside too,
to decide if its necessary to create some resources for this load
- request ... or to reject the request imidiatly if it seems to be not
+ request ... or to reject the request immediately if it seems to be not
loadable in general.
@throw A LoadEnvException e.g. if another load operation is till in progress