sw/qa/filter/ascii/ascii.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2fb694785d057418c23a90f16eade5b8c4767ff0
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed May 15 13:07:51 2024 +0200
Commit:     Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Thu May 16 01:58:23 2024 +0200

    Fix typo
    
    Change-Id: Ie9ba968e786d5af66bd9bf78a1ba4359e6a6621c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167666
    Tested-by: Jenkins
    Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

diff --git a/sw/qa/filter/ascii/ascii.cxx b/sw/qa/filter/ascii/ascii.cxx
index d6c4773ca40f..fea2e64a7b3d 100644
--- a/sw/qa/filter/ascii/ascii.cxx
+++ b/sw/qa/filter/ascii/ascii.cxx
@@ -90,7 +90,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf144576_ascii)
     //             B
     //             C
     //             D
-    // i.e. Each cell is seperated by a tab
+    // i.e. Each cell is separated by a tab
     CPPUNIT_ASSERT_EQUAL(aExpected, aActual);
 
     // Add some newlines in the first two cells
@@ -141,7 +141,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf144576_ascii)
     //             B2
     //             C
     //             D
-    // i.e. Each cell is seperated by a tab, a newline inside
+    // i.e. Each cell is separated by a tab, a newline inside
     // a cell gets written to the next line in the furthest
     // left spot available
     CPPUNIT_ASSERT_EQUAL(aExpected, aActual);

Reply via email to