This is an automated email from the ASF dual-hosted git repository.

damjan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 8784ac2  Typos (unknwon -> unknown).
8784ac2 is described below

commit 8784ac2b1a51c958e03c1f0f26abaadc37224a15
Author: Damjan Jovanovic <[email protected]>
AuthorDate: Fri Aug 9 18:05:00 2019 +0200

    Typos (unknwon -> unknown).
    
    Patch by: me
---
 main/configmgr/source/components.cxx   | 2 +-
 main/desktop/source/app/configinit.hxx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/configmgr/source/components.cxx 
b/main/configmgr/source/components.cxx
index 98367df..c47632a 100644
--- a/main/configmgr/source/components.cxx
+++ b/main/configmgr/source/components.cxx
@@ -478,7 +478,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) {
diff --git a/main/desktop/source/app/configinit.hxx 
b/main/desktop/source/app/configinit.hxx
index a37c938..1018107 100644
--- a/main/desktop/source/app/configinit.hxx
+++ b/main/desktop/source/app/configinit.hxx
@@ -37,7 +37,7 @@ displayable message.
         if the configuration provider can't be created
 
     @throw com::sun::star::lang::ServiceNotRegisteredException
-        if the ConfigurationProvider service is unknwon
+        if the ConfigurationProvider service is unknown
         
     @throw com::sun::star::lang::WrappedTargetException
         if the configuration backend could be created,

Reply via email to