[Libreoffice-commits] core.git: sc/source

Andrea Gelmini andrea.gelmini at gelma.net
Fri Jun 22 20:56:35 UTC 2018


 sc/source/core/tool/token.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 15bec216ec2242d8f80607221033becf505aecdd
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Fri Jun 22 18:23:57 2018 +0200

    Fix typo
    
    Change-Id: Iad79c0a4db5a2dd367ad73410075b102efe3f3b3
    Reviewed-on: https://gerrit.libreoffice.org/56306
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx
index 7bd456c31284..6593022447ab 100644
--- a/sc/source/core/tool/token.cxx
+++ b/sc/source/core/tool/token.cxx
@@ -1356,7 +1356,7 @@ void ScTokenArray::CheckForThreading( const FormulaToken& r )
             case svExternalDoubleRef:
             case svExternalSingleRef:
                 SAL_INFO("sc.core.formulagroup", "opcode ocPush: variable type " << StackVarEnumToString(r.GetType())
-                    << " disables threaded calculcation of formula group");
+                    << " disables threaded calculation of formula group");
                 mbThreadingEnabled = false;
                 return;
             default:


More information about the Libreoffice-commits mailing list