diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-11-07 12:18:56 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-11-07 15:44:24 +0000 |
commit | b9b03c7383035beaa6d5d89cd895436288403691 (patch) | |
tree | cdcf31046fdb7f8a9b0bae9570219f9ef98f0329 /sc | |
parent | 8f232026f0d6e320792ca7b65aa356724cbc945b (diff) |
Fix typos (also in the code)
Change-Id: I45d45513b102f4fdcb55e8de20b95b37f66ea463
Reviewed-on: https://gerrit.libreoffice.org/30658
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/formulalogger.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/formulalogger.hxx b/sc/inc/formulalogger.hxx index 5d5502f103ce..0d992da8a355 100644 --- a/sc/inc/formulalogger.hxx +++ b/sc/inc/formulalogger.hxx @@ -105,7 +105,7 @@ public: const formula::FormulaToken& rToken ); /** - * Call this when the group calculation has finished successfullly. + * Call this when the group calculation has finished successfully. */ void setCalcComplete(); }; |