diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-11-09 23:32:37 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-11-10 14:54:28 +0100 |
commit | 6ed5b6e566f8ce03253f60e816c4524440cd5851 (patch) | |
tree | 22af23e9616f9e1aa85d830f0fef94479a8e10af /sw | |
parent | 707449adc90c80e68176c8df873803ff2f6f70f2 (diff) |
Fix typo
Change-Id: Ie5d81113eaf4b5103d685f4273f4b4942468f067
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142506
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/uiwriter/uiwriter8.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/uiwriter/uiwriter8.cxx b/sw/qa/extras/uiwriter/uiwriter8.cxx index 86976f715253..c5634816ea27 100644 --- a/sw/qa/extras/uiwriter/uiwriter8.cxx +++ b/sw/qa/extras/uiwriter/uiwriter8.cxx @@ -1378,7 +1378,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest8, testTdf146573) CPPUNIT_TEST_FIXTURE(SwUiWriterTest8, testTdf148799) { - // load a document with table formulas with comman delimiter + // load a document with table formulas with comma delimiter SwDoc* pDoc = createSwDoc("tdf148799.docx"); SwWrtShell* pWrtShell = pDoc->GetDocShell()->GetWrtShell(); |