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

Andrea Gelmini andrea.gelmini at gelma.net
Fri Jun 29 22:36:33 UTC 2018


 sfx2/source/bastyp/bitset.cxx  |    2 +-
 svx/source/table/svdotable.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 89f01477245bda732b48205df4b2045034253c31
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Tue May 22 15:31:57 2018 +0200

    Fix typos
    
    Change-Id: Ic3eadd695a11d4afdefa5ed4192faa47779e84f8
    Reviewed-on: https://gerrit.libreoffice.org/54055
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>

diff --git a/sfx2/source/bastyp/bitset.cxx b/sfx2/source/bastyp/bitset.cxx
index d0b5ddaeaf57..495909f8f14b 100644
--- a/sfx2/source/bastyp/bitset.cxx
+++ b/sfx2/source/bastyp/bitset.cxx
@@ -43,7 +43,7 @@ IndexBitSet& IndexBitSet::operator-=(sal_uInt16 nBit)
     return *this;
 }
 
-// unites with a single bit
+// unify with a single bit
 
 IndexBitSet& IndexBitSet::operator|=( sal_uInt16 nBit )
 {
diff --git a/svx/source/table/svdotable.cxx b/svx/source/table/svdotable.cxx
index 369a04b7437a..f376c52b521e 100644
--- a/svx/source/table/svdotable.cxx
+++ b/svx/source/table/svdotable.cxx
@@ -1760,7 +1760,7 @@ SdrTableObj& SdrTableObj::operator=(const SdrTableObj& rObj)
     // call parent
     // before SdrObject::operator= was called which is wrong from
     // the derivation hierarchy and may leave quite some entries
-    // unititialized. Changed to SdrTextObj::operator=, but had to adapt
+    // uninitialized. Changed to SdrTextObj::operator=, but had to adapt
     // usage of pNewOutlinerParaObject/mpText there due to nullptr access
     SdrTextObj::operator=(rObj);
 


More information about the Libreoffice-commits mailing list