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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Nov 7 08:48:17 UTC 2019


 sc/inc/recursionhelper.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3d2cb99b0acbda85ad0a639e5998f043081462a4
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Nov 7 09:09:59 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Nov 7 09:47:39 2019 +0100

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

diff --git a/sc/inc/recursionhelper.hxx b/sc/inc/recursionhelper.hxx
index cff958f52fea..9988a676203b 100644
--- a/sc/inc/recursionhelper.hxx
+++ b/sc/inc/recursionhelper.hxx
@@ -53,7 +53,7 @@ class ScRecursionHelper
     ScRecursionInIterationStack         aRecursionInIterationStack;
     ScFGList                            aFGList;
     // Flag list corresponding to aFGList to indicate whether each formula-group
-    // is in a depedency evaluation mode or not.
+    // is in a dependency evaluation mode or not.
     std::vector< bool >                 aInDependencyEvalMode;
     sal_uInt16                              nRecursionCount;
     sal_uInt16                              nIteration;


More information about the Libreoffice-commits mailing list