diff options
-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) |