sw/qa/extras/tiledrendering/tiledrendering.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bbc9ac1f08a5ee4b9f65eaf10110df328d95de95 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Feb 18 19:43:16 2024 +0100 Commit: Taichi Haradaguchi <[email protected]> CommitDate: Mon Feb 19 00:53:24 2024 +0100 Fix typo Change-Id: I36a60afb2aced43342b120466bffcb7c2c93ad3f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163557 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <[email protected]> diff --git a/sw/qa/extras/tiledrendering/tiledrendering.cxx b/sw/qa/extras/tiledrendering/tiledrendering.cxx index 94b203ef3d48..4a707de2e6e6 100644 --- a/sw/qa/extras/tiledrendering/tiledrendering.cxx +++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx @@ -4220,7 +4220,7 @@ CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testStatusBarPageNumber) // Once more to hit the pImpl->bMsgDirty = false case in SfxBindings::NextJob_Impl(). pWrtShell2->GetView().GetViewFrame().GetBindings().GetTimer().Invoke(); - // Then maks sure the page number in view 2 is correct: + // Then make sure the page number in view 2 is correct: CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(1), aView2.m_aStateChanges.size()); // Without the accompanying fix in place, this test would have failed with: // - Expected: .uno:StatePageNumber=Page 2 of 2
