summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-11 09:03:07 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-12-11 14:14:27 +0100
commitd87f6fd46dcb4f1e043877014330c11084c43c4e (patch)
treefdd4cd0e47f22c3a005ba191a3fc4fcaf92dfb4c /svl
parent2e968bb29b390b9e3793b4d5a36c03799d278020 (diff)
Fix typos
Change-Id: I89ff5493c70d6e64ee6ab65b1b789a0db543c0aa Reviewed-on: https://gerrit.libreoffice.org/84917 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svl')
-rw-r--r--svl/source/numbers/zformat.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/numbers/zformat.cxx b/svl/source/numbers/zformat.cxx
index 0ba7c9b02f73..330502a891b8 100644
--- a/svl/source/numbers/zformat.cxx
+++ b/svl/source/numbers/zformat.cxx
@@ -2629,7 +2629,7 @@ bool SvNumberformat::ImpGetScientificOutput(double fNumber,
if ( nExPos >= 0 )
{
- // split into mantisse and exponent and get rid of "E+" or "E-"
+ // split into mantissa and exponent and get rid of "E+" or "E-"
sal_Int32 nExpStart = nExPos + 1;
switch ( sStr[ nExpStart ] )