chart2/qa/extras/chart2import2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e3b7ff198ba5f1fd757391d9a5547da4a73dfb62 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Jul 13 19:31:04 2025 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sat Jul 26 20:27:40 2025 +0200 Fix typo Change-Id: Ib628264a2b0cd15815774512d024ef0502bd1ccc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187816 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/chart2/qa/extras/chart2import2.cxx b/chart2/qa/extras/chart2import2.cxx index b3260f94f46e..6f8bebfac85e 100644 --- a/chart2/qa/extras/chart2import2.cxx +++ b/chart2/qa/extras/chart2import2.cxx @@ -980,7 +980,7 @@ CPPUNIT_TEST_FIXTURE(Chart2ImportTest2, testTdf60316) eStyle = xWallPropSet->getPropertyValue(u"FillStyle"_ustr).get<drawing::FillStyle>(); CPPUNIT_ASSERT_EQUAL_MESSAGE( - "Wall background for styles below 32 shoujld be transparent in pptx", + "Wall background for styles below 32 should be transparent in pptx", drawing::FillStyle_NONE, eStyle); }
