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 ...@@ -1092,8 +1092,8 @@ class CacheLockGuard
// this variable knows the state of the "cache lock" // this variable knows the state of the "cache lock"
sal_Int32& m_rCacheLock; sal_Int32& m_rCacheLock;
// to prevent increasing/decreasing of m_rCacheLock more than ones // to prevent increasing/decreasing of m_rCacheLock more than once
// we must know if THIS guard has an actual lock set there ! // we must know if THIS guard has an actual lock set there!
bool m_bLockedByThisGuard; bool m_bLockedByThisGuard;
public: public:
......
...@@ -118,7 +118,7 @@ public class ScModelObj extends TestCase { ...@@ -118,7 +118,7 @@ public class ScModelObj extends TestCase {
PrintWriter log) throws Exception { PrintWriter log) throws Exception {
// creation of the testobject here // creation of the testobject here
// first we write what we are intend to do to log file // 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 // get a soffice factory object
SOfficeFactory SOF = SOfficeFactory.getFactory( SOfficeFactory SOF = SOfficeFactory.getFactory(
......
...@@ -98,7 +98,7 @@ public class ScTableColumnsObj extends TestCase { ...@@ -98,7 +98,7 @@ public class ScTableColumnsObj extends TestCase {
// creation of the testobject here // creation of the testobject here
// first we write what we are intend to do to log file // 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"); log.println("getting column");
XSpreadsheets xSpreadsheets = xSheetDoc.getSheets(); 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