[Libreoffice-commits] core.git: sc/qa solenv/gbuild

Andrea Gelmini andrea.gelmini at gelma.net
Sat Sep 30 21:52:37 UTC 2017


 sc/qa/unit/subsequent_export-test.cxx   |    2 +-
 solenv/gbuild/platform/com_MSC_class.mk |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1d0fbc9927f357d25859b7cca7ea5e9a9637681e
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sat Sep 30 23:19:19 2017 +0200

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

diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx
index 544d3623fce1..04aada980beb 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -4870,7 +4870,7 @@ void ScExportTest::testPivotTablePageFieldFilter()
 void ScExportTest::testPivotTableFirstHeaderRowXLSX()
 {
     // tdf#112733: We have different tables here, but have the same value as firstHeaderRow
-    // The documentation is not clear about thit firstHeaderRow actually measn, but MS Excel works on this way
+    // The documentation is not clear about what firstHeaderRow actually means, but MS Excel works on this way
     ScDocShellRef xShell = loadDoc("pivot_table_first_header_row.", FORMAT_XLSX);
     CPPUNIT_ASSERT(xShell.is());
 
diff --git a/solenv/gbuild/platform/com_MSC_class.mk b/solenv/gbuild/platform/com_MSC_class.mk
index 5150f299ac52..08f1fa28fd98 100644
--- a/solenv/gbuild/platform/com_MSC_class.mk
+++ b/solenv/gbuild/platform/com_MSC_class.mk
@@ -150,7 +150,7 @@ else
 MSC_SUBSYSTEM_VERSION=$(COMMA)5.01
 endif
 
-# the sort on the libraries is used to filter out duplicates to keep commanline
+# the sort on the libraries is used to filter out duplicates to keep commandline
 # length in check - otherwise the dupes easily hit the limit when linking mergedlib
 define gb_LinkTarget__command
 $(call gb_Output_announce,$(2),$(true),LNK,4)


More information about the Libreoffice-commits mailing list