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

New commits:
commit db2b50d5b5c1f69436bf6887f85de446fea45670
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Mon Dec 22 13:16:45 2025 +0100
Commit:     David Gilbert <[email protected]>
CommitDate: Sun Dec 28 17:15:56 2025 +0100

    Fix typo
    
    Change-Id: I1b780467c2616654d6504fecc8589866339a7fde
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196093
    Tested-by: Jenkins
    Reviewed-by: David Gilbert <[email protected]>

diff --git a/sc/qa/unit/dataproviders_test.cxx 
b/sc/qa/unit/dataproviders_test.cxx
index 1f8616f6b287..2dffef0d9bac 100644
--- a/sc/qa/unit/dataproviders_test.cxx
+++ b/sc/qa/unit/dataproviders_test.cxx
@@ -251,7 +251,7 @@ void ScDataProvidersTest::testTdf169610_SortTransform()
 
     // range address is relative in SortTransform of Data Provider
     ScSortParam aSortParam;
-    // ctor includes Clear(). That sets alreay 0 for nCol1, nRow1 and 
nSourceTab
+    // ctor includes Clear(). That sets already 0 for nCol1, nRow1 and 
nSourceTab
     aSortParam.nCol2 = 8;
     aSortParam.nRow2 = 12;
     aSortParam.bHasHeader = true;

Reply via email to