[Libreoffice-commits] core.git: sc/qa sc/source
Andrea Gelmini
andrea.gelmini at gelma.net
Thu Jun 21 05:25:38 UTC 2018
sc/qa/uitest/goalSeek/tdf43693.py | 2 +-
sc/source/core/tool/formularesult.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 708dbf3a170cfd0564f1d872f33c27806b83cafe
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Wed Jun 20 23:41:46 2018 +0200
Fix typos
Change-Id: I6a42d683e2d4d2d8887822dc17ab2fd7f51982a5
Reviewed-on: https://gerrit.libreoffice.org/56210
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43 at gmx.de>
diff --git a/sc/qa/uitest/goalSeek/tdf43693.py b/sc/qa/uitest/goalSeek/tdf43693.py
index 991c91bbe46a..ade370e2b8fa 100644
--- a/sc/qa/uitest/goalSeek/tdf43693.py
+++ b/sc/qa/uitest/goalSeek/tdf43693.py
@@ -16,7 +16,7 @@ import pathlib
def get_url_for_data_file(file_name):
return pathlib.Path(org.libreoffice.unotest.makeCopyFromTDOC(file_name)).as_uri()
-#Bug 43693 - Goal Seek: reproducable crash using "target value search"
+#Bug 43693 - Goal Seek: reproducible crash using "target value search"
class tdf43693(UITestCase):
def test_tdf43693_goalSeek(self):
diff --git a/sc/source/core/tool/formularesult.cxx b/sc/source/core/tool/formularesult.cxx
index ad10f51a36ba..2431713cffdf 100644
--- a/sc/source/core/tool/formularesult.cxx
+++ b/sc/source/core/tool/formularesult.cxx
@@ -275,7 +275,7 @@ inline bool isValue( formula::StackVar sv )
{
return sv == formula::svDouble || sv == formula::svError
|| sv == formula::svEmptyCell
- // The initial unitialized result value is double 0.0, even if the type
+ // The initial uninitialized result value is double 0.0, even if the type
// is unknown, so the interpreter asking for it gets that double
// instead of having to convert a string which may result in #VALUE!
// (otherwise the unknown would be neither error nor double nor string)
More information about the Libreoffice-commits
mailing list