[Libreoffice-commits] core.git: odk/examples svx/source

Julien Nabet serval2412 at yahoo.fr
Wed Feb 19 07:38:11 CET 2014


 odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java |    2 +-
 svx/source/stbctrls/pszctrl.cxx                                              |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 78f17f316d53f40412aedf9e2ccbedd7761ee88d
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Wed Feb 19 07:37:15 2014 +0100

    Typo: Internaly -> Internally, Externaly -> Externally
    
    Change-Id: I22a81d18f8bb333b3a89c96dccbf91dc864302f1

diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java
index dcccb06..ea8645d9 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java
@@ -246,7 +246,7 @@ public class CustomizeView extends    JPanel
 
         /**
          * callback for disposing events
-         * Internaly we save a reference to an office frame.
+         * Internally we save a reference to an office frame.
          * Of course he can die and inform us then. We should react
          * and forget his reference.
          *
diff --git a/svx/source/stbctrls/pszctrl.cxx b/svx/source/stbctrls/pszctrl.cxx
index 589f30d..82a0cf4 100644
--- a/svx/source/stbctrls/pszctrl.cxx
+++ b/svx/source/stbctrls/pszctrl.cxx
@@ -131,7 +131,7 @@ struct SvxPosSizeStatusBarControl_Impl
 
     This implementation-structure of the class SvxPosSizeStatusBarControl
     is done for the un-linking of the changes of the exported interface such as
-    the toning down of symbols that are visible externaly.
+    the toning down of symbols that are visible externally.
 
     One instance exists for each SvxPosSizeStatusBarControl-instance
     during it's life time


More information about the Libreoffice-commits mailing list