[Libreoffice-commits] core.git: sal/textenc vcl/inc

Tor Lillqvist tml at collabora.com
Wed Apr 23 08:32:54 PDT 2014


 sal/textenc/textcvt.cxx |    4 ++--
 vcl/inc/regband.hxx     |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit d0800e35d492b797968d4dd00b83ace4d9400a92
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Apr 23 18:31:25 2014 +0300

    Typo fix: s/temporaer/temporary/
    
    Change-Id: I8f845323ccc6446fe74ef7c1f8d55c49ed070f53

diff --git a/sal/textenc/textcvt.cxx b/sal/textenc/textcvt.cxx
index 6e497f4..2710973 100644
--- a/sal/textenc/textcvt.cxx
+++ b/sal/textenc/textcvt.cxx
@@ -161,7 +161,7 @@ sal_Size SAL_CALL rtl_convertTextToUnicode( rtl_TextToUnicodeConverter hConverte
 {
     const ImplTextConverter* pConverter = (const ImplTextConverter*)hConverter;
 
-    /* Only temporaer, because we don't want die, if we don't have a
+    /* Only temporary, because we don't want die, if we don't have a
        converter, because not all converters are implemented yet */
     if ( !pConverter )
     {
@@ -239,7 +239,7 @@ sal_Size SAL_CALL rtl_convertUnicodeToText( rtl_UnicodeToTextConverter hConverte
 {
     const ImplTextConverter* pConverter = (const ImplTextConverter*)hConverter;
 
-    /* Only temporaer, because we don't want die, if we don't have a
+    /* Only temporary, because we don't want die, if we don't have a
        converter, because not all converters are implemented yet */
     if ( !pConverter )
     {
diff --git a/vcl/inc/regband.hxx b/vcl/inc/regband.hxx
index af63756..b9855e2 100644
--- a/vcl/inc/regband.hxx
+++ b/vcl/inc/regband.hxx
@@ -60,7 +60,7 @@ class ImplRegionBand
 {
 public:
     ImplRegionBand*             mpNextBand;         // pointer to the next element of the list
-    ImplRegionBand*             mpPrevBand;         // pointer to the previous element of the list (only used temporaery)
+    ImplRegionBand*             mpPrevBand;         // pointer to the previous element of the list (only used temporarily)
     ImplRegionBandSep*          mpFirstSep;         // root of the list with x-separations
     ImplRegionBandPoint*        mpFirstBandPoint;   // root of the list with lines
     long                        mnYTop;             // actual boundary of the band


More information about the Libreoffice-commits mailing list