[Libreoffice-commits] core.git: framework/source qadevOOo/tests
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Nov 17 18:35:15 UTC 2018
framework/source/services/autorecovery.cxx | 4 ++--
qadevOOo/tests/java/mod/_sc/ScModelObj.java | 2 +-
qadevOOo/tests/java/mod/_sc/ScTableColumnsObj.java | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit b12acadfeade6749f2d3f522811539b6f1f6e664
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Nov 17 09:52:20 2018 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Nov 17 19:34:53 2018 +0100
Fix typos
Change-Id: Ie41eaccb9a70769e43b945595039f6f598e78c8a
Reviewed-on: https://gerrit.libreoffice.org/63489
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index 844591d56a20..cb1c30858d6a 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -1092,8 +1092,8 @@ class CacheLockGuard
// this variable knows the state of the "cache lock"
sal_Int32& m_rCacheLock;
- // to prevent increasing/decreasing of m_rCacheLock more than ones
- // we must know if THIS guard has an actual lock set there !
+ // to prevent increasing/decreasing of m_rCacheLock more than once
+ // we must know if THIS guard has an actual lock set there!
bool m_bLockedByThisGuard;
public:
diff --git a/qadevOOo/tests/java/mod/_sc/ScModelObj.java b/qadevOOo/tests/java/mod/_sc/ScModelObj.java
index 0b4589ddeec9..6df6d3becae2 100644
--- a/qadevOOo/tests/java/mod/_sc/ScModelObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScModelObj.java
@@ -118,7 +118,7 @@ public class ScModelObj extends TestCase {
PrintWriter log) throws Exception {
// creation of the testobject here
// first we write what we are intend to do to log file
- log.println("craeting a test environment");
+ log.println("creating a test environment");
// get a soffice factory object
SOfficeFactory SOF = SOfficeFactory.getFactory(
diff --git a/qadevOOo/tests/java/mod/_sc/ScTableColumnsObj.java b/qadevOOo/tests/java/mod/_sc/ScTableColumnsObj.java
index dbb115acd695..97fab4bbbea3 100644
--- a/qadevOOo/tests/java/mod/_sc/ScTableColumnsObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScTableColumnsObj.java
@@ -98,7 +98,7 @@ public class ScTableColumnsObj extends TestCase {
// creation of the testobject here
// first we write what we are intend to do to log file
- log.println("craeting a test environment");
+ log.println("creating a test environment");
log.println("getting column");
XSpreadsheets xSpreadsheets = xSheetDoc.getSheets();
More information about the Libreoffice-commits
mailing list