sc/qa/unit/dataproviders_test.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8e91462d385a47b3f7aaa411d39680afc1d62ef8 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Nov 27 21:19:13 2025 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Fri Nov 28 20:31:58 2025 +0100 Fix typo Change-Id: I51854eb67f7bb13ff53de6d70c431af5e0611f4e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194740 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/sc/qa/unit/dataproviders_test.cxx b/sc/qa/unit/dataproviders_test.cxx index f62f40ac13db..4fe3b5ed0cf9 100644 --- a/sc/qa/unit/dataproviders_test.cxx +++ b/sc/qa/unit/dataproviders_test.cxx @@ -222,7 +222,7 @@ void ScDataProvidersTest::testTdf169541_TwoDataMapping() createScDoc("tdf169541_two_data_mapping.ods"); ScDocument* pDoc = getScDoc(); CPPUNIT_ASSERT(pDoc); - // Because this test is only about the crash, the pathes in the test document are + // Because this test is only about the crash, the paths in the test document are // not adapted to the test environment and thus no further tests about the content here. }
