[Libreoffice-commits] core.git: sc/source solenv/bin

Andrea Gelmini andrea.gelmini at gelma.net
Fri Jan 19 09:34:27 UTC 2018


 sc/source/core/data/column.cxx |    2 +-
 solenv/bin/native-code.py      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit cc4d41fb7c3566177e30c9e6b5e2bb5c2191e5fb
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Fri Jan 19 09:58:05 2018 +0100

    Fix typos
    
    Change-Id: Icadf5cb88024b8889d49dc9c5210d0de8deaed3b
    Reviewed-on: https://gerrit.libreoffice.org/48172
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index b0c70999767b..16e2dd089d20 100644
--- a/sc/source/core/data/column.cxx
+++ b/sc/source/core/data/column.cxx
@@ -1149,7 +1149,7 @@ void ScColumn::CopyStaticToDocument(
             break;
     }
 
-    // Dont' forget to copy the number formats over.  Charts may reference them.
+    // Don't forget to copy the number formats over. Charts may reference them.
     for (SCROW nRow = nRow1; nRow <= nRow2; ++nRow)
     {
         sal_uInt32 nNumFmt = GetNumberFormat(pDocument->GetNonThreadedContext(), nRow);
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 6571b24f27de..0cab8a26e096 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -424,7 +424,7 @@ opts.add_option("-C", "--pure-c", action="store_true", help="do not print extern
 
 (options, args) = opts.parse_args()
 
-# dict of all the contructors that we need according to -g's
+# dict of all the constructors that we need according to -g's
 full_constructor_map = {}
 if options.groups:
     for constructor_group in options.groups:


More information about the Libreoffice-commits mailing list