From b9b03c7383035beaa6d5d89cd895436288403691 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 7 Nov 2016 12:18:56 +0100 Subject: Fix typos (also in the code) Change-Id: I45d45513b102f4fdcb55e8de20b95b37f66ea463 Reviewed-on: https://gerrit.libreoffice.org/30658 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- sc/inc/formulalogger.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') 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(); }; -- cgit