filter/qa/unit/svg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 21fd278a455555b190cc35deb55a2913cbae8b70 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Feb 14 23:42:05 2024 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Feb 15 09:25:00 2024 +0100 Fix typo Change-Id: I0e9dd35f8dd03e9bfd71b1ae84a2715dff948a27 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163415 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/filter/qa/unit/svg.cxx b/filter/qa/unit/svg.cxx index 4446fa35cb9b..120b75be4a2c 100644 --- a/filter/qa/unit/svg.cxx +++ b/filter/qa/unit/svg.cxx @@ -306,7 +306,7 @@ CPPUNIT_TEST_FIXTURE(SvgFilterTest, textInImage) // We expect the Graphic to have an image and a text assertXPath(pXmlDoc, "//svg:g[@class='Graphic']//svg:image"_ostr, 1); assertXPath(pXmlDoc, "//svg:g[@class='Graphic']//svg:text"_ostr, 1); - // Without the accomanying fix, this test would have failed with: + // Without the accompanying fix, this test would have failed with: // - Expected: 1 // - Actual : 0 }