svx/qa/unit/classicshapes.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d30315613d99b7934f9156a7903a2d5646b8a97a Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Feb 4 21:55:02 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Fri Feb 6 08:42:50 2026 +0100 Fix typo Change-Id: I247f8039759a9cae0533a7ee034c3b1d29e84613 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198706 Tested-by: Jenkins Reviewed-by: Simon Chenery <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/svx/qa/unit/classicshapes.cxx b/svx/qa/unit/classicshapes.cxx index ea536ff3ec91..f9f64e1f7998 100644 --- a/svx/qa/unit/classicshapes.cxx +++ b/svx/qa/unit/classicshapes.cxx @@ -193,7 +193,7 @@ CPPUNIT_TEST_FIXTURE(ClassicshapesTest, testTdf130076Flip) CPPUNIT_TEST_FIXTURE(ClassicshapesTest, testTdf139968ShearRotateArcFlip) { - // The document contains an arc that is rotated and sheared. When horizonally flipped, start and + // The document contains an arc that is rotated and sheared. When horizontally flipped, start and // end angles had got wrong values. loadFromFile(u"tdf139968_shear45_rot30.odg");
