sc/qa/unit/ucalc_condformat.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bd19c634c631c07717ba877053c0a57ec2840d77 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Sep 24 12:24:26 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Sep 24 18:03:56 2022 +0200 Fix typo Change-Id: I7a275e86ba0c9c07144b71a1d5d7c01eb378f416 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140539 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sc/qa/unit/ucalc_condformat.cxx b/sc/qa/unit/ucalc_condformat.cxx index 35a8a02b0802..c5738bf42569 100644 --- a/sc/qa/unit/ucalc_condformat.cxx +++ b/sc/qa/unit/ucalc_condformat.cxx @@ -818,7 +818,7 @@ void TestCondformat::testCondFormatEndsWithStr() { m_pDoc->InsertTab(0, "Test"); - // case insnsitive matching + // case insensitive matching ScConditionEntry aEntry(ScConditionMode::EndsWith, "\"teststring\"", "", *m_pDoc, ScAddress(), "", "", formula::FormulaGrammar::GRAM_DEFAULT, formula::FormulaGrammar::GRAM_DEFAULT);