diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 21:21:04 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 09:34:52 +0200 |
commit | c8e70f970a9b80323e9274880a135143accbb621 (patch) | |
tree | 67a79e3c360f46b160c15dc0e352bd99397b8639 /sc | |
parent | 2812610f4f39ed5892da08864893c758325d1d39 (diff) |
Fix typos
Change-Id: I4bd004af206813b9dc01c50ab20f2e8b954b8dca
Reviewed-on: https://gerrit.libreoffice.org/77323
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/ucalc_formula.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx index 8754239bbb2a..716ac8defa5c 100644 --- a/sc/qa/unit/ucalc_formula.cxx +++ b/sc/qa/unit/ucalc_formula.cxx @@ -8424,7 +8424,7 @@ void Test::testMatConcat() void Test::testMatConcatReplication() { - // if one of the matrices is an one column or row matrix + // if one of the matrices is a one column or row matrix // the matrix is replicated across the larger matrix CPPUNIT_ASSERT(m_pDoc->InsertTab (0, "Test")); |