diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-02-18 19:43:16 +0100 |
---|---|---|
committer | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2024-02-19 00:53:24 +0100 |
commit | bbc9ac1f08a5ee4b9f65eaf10110df328d95de95 (patch) | |
tree | d9b39e4fb96b82b96a828006a32e8fe66318a15f | |
parent | b36ecef07a4933c0943b27ea937f31e1df2e77cd (diff) |
Fix typo
Change-Id: I36a60afb2aced43342b120466bffcb7c2c93ad3f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163557
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
-rw-r--r-- | sw/qa/extras/tiledrendering/tiledrendering.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |