emfio/README.md | 2 +- sd/qa/unit/tiledrendering/tiledrendering.cxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 0cd8050ec70a4a5f02801cc38e6486defdf83bd7 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Oct 21 17:59:22 2021 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Oct 21 23:00:39 2021 +0200 Fix typos Change-Id: I7e249b2fd01dac96afb03dc0ddca6a1080f190f5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124035 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/emfio/README.md b/emfio/README.md index 60e9bc1ca9c7..a556a017147b 100644 --- a/emfio/README.md +++ b/emfio/README.md @@ -73,7 +73,7 @@ Due to the difference on the fonts available on various platforms, the outcome of text rendering can be different on Linux, Windows, macOS and elsewhere. ## Known Bugs -Known remaing bugs for this module is gathered here: +Known remaining bugs for this module is gathered here: * [Bug 103859 \[META\] EMF/WMF (Enhanced/Windows Metafile) bugs and enhancements](https://bugs.documentfoundation.org/show_bug.cgi?id=103859) diff --git a/sd/qa/unit/tiledrendering/tiledrendering.cxx b/sd/qa/unit/tiledrendering/tiledrendering.cxx index a41e050bac06..2d354dc39b03 100644 --- a/sd/qa/unit/tiledrendering/tiledrendering.cxx +++ b/sd/qa/unit/tiledrendering/tiledrendering.cxx @@ -2849,7 +2849,7 @@ void SdTiledRenderingTest::testShapeEditInMultipleViews() CPPUNIT_ASSERT_EQUAL(6501L, aRectangle.GetWidth()); CPPUNIT_ASSERT_EQUAL(4501L, aRectangle.GetHeight()); - // On View2 - Move handle 0 on the shape to a new mosition - resize + // On View2 - Move handle 0 on the shape to a new position - resize Point aNewPosition = aRectangle.TopLeft() + Point(-1250, -1000); pView2->MoveShapeHandle(0, aNewPosition, -1); Scheduler::ProcessEventsToIdle(); @@ -2922,7 +2922,7 @@ void SdTiledRenderingTest::testShapeEditInMultipleViews() CPPUNIT_ASSERT_EQUAL(4501L, aRectangle.GetWidth()); CPPUNIT_ASSERT_EQUAL(2001L, aRectangle.GetHeight()); - // On View2 - Move handle 0 on the shape to a new mosition - resize + // On View2 - Move handle 0 on the shape to a new position - resize Point aNewPosition = aRectangle.TopLeft() + Point(-1250, -1000); pView2->MoveShapeHandle(0, aNewPosition, -1); Scheduler::ProcessEventsToIdle();