sc/source/core/tool/grouparealistener.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 788be5ee625e50f14f9d4fda7c5a75f86755c6bd Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Aug 12 11:32:10 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Aug 13 16:56:49 2022 +0200 Fix typo Change-Id: I66a7297e94c152920ac6c00a5a1aa61344a75fe6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138185 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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;