summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-08-12 11:32:10 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-08-13 16:56:49 +0200
commit788be5ee625e50f14f9d4fda7c5a75f86755c6bd (patch)
tree892364dd1b100a7c5f28d1f0f7d0eabaa79c34c8
parentf7748dfefe3ffcf0b8f905d418b4be6e1befcbba (diff)
Fix typo
Change-Id: I66a7297e94c152920ac6c00a5a1aa61344a75fe6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138185 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--sc/source/core/tool/grouparealistener.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/grouparealistener.cxx b/sc/source/core/tool/grouparealistener.cxx
index 39b92625b5b8..67862cd4a539 100644
--- a/sc/source/core/tool/grouparealistener.cxx
+++ b/sc/source/core/tool/grouparealistener.cxx
@@ -250,7 +250,7 @@ void FormulaGroupAreaListener::collectFormulaCells(
// http://bugs.documentfoundation.org/attachment.cgi?id=114042
// Apparently this was fixed in the meantime, let's assume and get the
// assert bat out to hit us if it wasn't.
- assert(!"something is still messing up the formula goup and block size length");
+ assert(!"something is still messing up the formula group and block size length");
}
ScFormulaCell* const * ppEnd = pp + mnGroupLen;