diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-09-30 23:19:19 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-09-30 23:52:12 +0200 |
commit | 1d0fbc9927f357d25859b7cca7ea5e9a9637681e (patch) | |
tree | f5063a4b239cde267b94b0c6c96dcb9ddb927f57 | |
parent | d2978f03bd57e5fe530eb55accc8c5f39b602ff2 (diff) |
Fix typos
Change-Id: Ic09de64e5672d66b7436a6525344f845550523f9
Reviewed-on: https://gerrit.libreoffice.org/42982
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sc/qa/unit/subsequent_export-test.cxx | 2 | ||||
-rw-r--r-- | solenv/gbuild/platform/com_MSC_class.mk | 2 |
2 files changed, 2 insertions, 2 deletions
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) |