sc/qa/unit/tiledrendering/tiledrendering.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1bddc6ad3d1f233095ca0b475cb4b646fb9e508b
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Mon Jan 15 18:17:50 2024 +0100
Commit:     Taichi Haradaguchi <[email protected]>
CommitDate: Tue Jan 16 09:56:33 2024 +0100

    Fix typo
    
    Change-Id: Idfb2308f0f61a494524bb8c4bf74ae0c78b3cf06
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162121
    Tested-by: Jenkins
    Reviewed-by: Taichi Haradaguchi <[email protected]>

diff --git a/sc/qa/unit/tiledrendering/tiledrendering.cxx 
b/sc/qa/unit/tiledrendering/tiledrendering.cxx
index f31eff1bd001..4937cc71283b 100644
--- a/sc/qa/unit/tiledrendering/tiledrendering.cxx
+++ b/sc/qa/unit/tiledrendering/tiledrendering.cxx
@@ -3304,7 +3304,7 @@ CPPUNIT_TEST_FIXTURE(ScTiledRenderingTest, 
testLongFirstColumnMouseClick)
     // Right side of the first cell. First cell is long so click somewhere 
more than 800px (default of GridWindow size).
     int rightCellSideX = 1000 / nPPTX; // convert pixels to logical units
 
-    // Vettical position - doesn't matter - select the first row
+    // Vertical position - doesn't matter - select the first row
     int y = 1 / nPPTY;
 
     // Setup view #1

Reply via email to