summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-07-16 19:37:32 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-07-16 19:40:58 +0200
commite0f7e213af28c8397bcc69b007a3c88248287a5f (patch)
tree57ce57dd13c98c7b1b2a31942f24fccd50b3380c /configmgr
parente0ee0d444e5107bc2bbc2ac9f3bda19150f4f82b (diff)
the unknwon typo is surprisingly popular
Change-Id: Iffe25051c8357019521196f9a27065d6108ede47
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/components.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx
index 404b60ac9321..e42fb48352e2 100644
--- a/configmgr/source/components.cxx
+++ b/configmgr/source/components.cxx
@@ -470,7 +470,7 @@ css::beans::Optional< css::uno::Any > Components::getExternalValue(
throw css::uno::RuntimeException(
(rtl::OUString(
RTL_CONSTASCII_USTRINGPARAM(
- "unknwon external value descriptor ID: ")) +
+ "unknown external value descriptor ID: ")) +
e.Message),
css::uno::Reference< css::uno::XInterface >());
} catch (css::lang::WrappedTargetException & e) {