Fix typos
Change-Id: I05ff44b5b9a7981b98a7eb09837fb32f9308116c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94935
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
diff --git a/compilerplugins/clang/simplifypointertobool.cxx b/compilerplugins/clang/simplifypointertobool.cxx
index 4630556..05058d5 100644
--- a/compilerplugins/clang/simplifypointertobool.cxx
+++ b/compilerplugins/clang/simplifypointertobool.cxx
@@ -250,7 +250,7 @@ private:
//TODO: Arguably, such a call of a `get` member function from within some member
// function (so that syntactically no caller is mentioned) should already be handled
// differently when reporting it (just "drop the get()" does not make sense), instead of
// being fitered here:
// being filtered here:
return {};
}
// CXXMemberCallExpr::getExprLoc happens to return the location following the "." or "->":
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx
index 08bbc76..0f3a428 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx
@@ -35,7 +35,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf133334_followPgStyle, "tdf133334_followPgStyle.o
DECLARE_OOXMLEXPORT_TEST(testTdf133370_columnBreak, "tdf133370_columnBreak.odt")
{
// Since non-DOCX formats ignores column breaks in non-column situtations, don't export to docx.
// Since non-DOCX formats ignores column breaks in non-column situations, don't export to docx.
CPPUNIT_ASSERT_EQUAL(1, getPages());
}