[Libreoffice-commits] core.git: scripting/java sd/source

Andras Timar andras.timar at collabora.com
Fri Jan 23 06:02:16 PST 2015


 scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java |    4 ++--
 sd/source/ui/inc/ViewShell.hxx                                              |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit b55ef81671d441d5e8b7c30bb2b2a1af48c46bcc
Author: Andras Timar <andras.timar at collabora.com>
Date:   Fri Jan 23 15:00:54 2015 +0100

    typo: langugage -> language
    
    Change-Id: Ifabd5a7851946b3e4109e22e6e9a1ff34575c1e5

diff --git a/scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java b/scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java
index 29d059d..dfbac7c 100644
--- a/scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java
+++ b/scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java
@@ -63,7 +63,7 @@ public class UnoPkgContainer extends ParcelContainer {
 
         LogUtils.DEBUG("** getRegisterPackage ctx = " + containerUrl);
         LogUtils.DEBUG("** getRegisterPackage  for uri " + url);
-        LogUtils.DEBUG("** getRegisterPackage  for langugage " + language);
+        LogUtils.DEBUG("** getRegisterPackage  for language " + language);
 
         ParcelContainer result = registeredPackages.get(url);
         LogUtils.DEBUG("getRegisterPackage result is  " + result);
@@ -400,4 +400,4 @@ public class UnoPkgContainer extends ParcelContainer {
             registerPackageContainer(uri, this);
         }
     }
-}
\ No newline at end of file
+}
diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx
index 8aa15c4..352b6f9 100644
--- a/sd/source/ui/inc/ViewShell.hxx
+++ b/sd/source/ui/inc/ViewShell.hxx
@@ -563,7 +563,7 @@ protected:
 private:
     ::vcl::Window* mpParentWindow;
     /** This window updater is used to keep all relevant windows up to date
-        with reference to the digit langugage used to display digits in text
+        with reference to the digit language used to display digits in text
         shapes.
     */
     ::std::unique_ptr< ::sd::WindowUpdater> mpWindowUpdater;


More information about the Libreoffice-commits mailing list