Kaydet (Commit) b12acadf authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: Ie41eaccb9a70769e43b945595039f6f598e78c8a
Reviewed-on: https://gerrit.libreoffice.org/63489
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 35d548e4
......@@ -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:
......
......@@ -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(
......
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment