diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-12-20 17:37:03 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-12-21 11:26:36 +0100 |
commit | 648c8001783603d708af9e9552a51d2334fc6c2e (patch) | |
tree | c78b326efbb01986a3f7d175d5f5eaf39c4e4f67 /sc | |
parent | 2eff4b5945144d8ed74c17c0a688d1c50fd0ae33 (diff) |
Fix typo
Change-Id: I15b44b42d31eaebd2a8cea29fdaa843c9bd21b73
Reviewed-on: https://gerrit.libreoffice.org/46857
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/tool/interpr3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/interpr3.cxx b/sc/source/core/tool/interpr3.cxx index 7c9753cae3b7..bf989bb94baa 100644 --- a/sc/source/core/tool/interpr3.cxx +++ b/sc/source/core/tool/interpr3.cxx @@ -154,7 +154,7 @@ static double lcl_IterateInverse( const ScDistFunc& rFunction, double fAx, doubl { fAx = fRx; fAy = fRy; } - // if last interation brought to small advance, then do bisection next + // if last iteration brought to small advance, then do bisection next // time, for safety bHasToInterpolate = bHasToInterpolate && (fabs(fRy) * 2.0 <= fabs(fQy)); ++nCount; |