diff --git a/qadevOOo/runner/base/java_complex.java b/qadevOOo/runner/base/java_complex.java index ea1fe32e3fd4..565b07fe9031 100644 --- a/qadevOOo/runner/base/java_complex.java +++ b/qadevOOo/runner/base/java_complex.java @@ -85,7 +85,7 @@ public class java_complex implements TestBase boolean returnVal = true; // the concept of the TimeOut depends on runner logs. If the runner log, -// for exmaple to start a test method, the timeout was restet. This is not +// for example to start a test method, the timeout was reset. This is not // while the test itself log something like "open docuent...". // An property of complex test could be that it have only one test method // which works for serveral minutes. Ih this case the TimeOut get not trigger diff --git a/qadevOOo/runner/convwatch/ConvWatchStarter.java b/qadevOOo/runner/convwatch/ConvWatchStarter.java index abf071c5615b..d0cc8197e3a0 100644 --- a/qadevOOo/runner/convwatch/ConvWatchStarter.java +++ b/qadevOOo/runner/convwatch/ConvWatchStarter.java @@ -374,7 +374,7 @@ public class ConvWatchStarter extends EnhancedComplexTestCase // aSemaphore.V(aSemaphore.getSemaphoreFile()); // aSemaphore.sleep(2); // // wait some time maybe an other process will take the semaphore - // // I know, this is absolutly dirty, but the whole convwatch is dirty and need a big cleanup. + // // I know, this is absolutely dirty, but the whole convwatch is dirty and need a big cleanup. // } } diff --git a/qadevOOo/runner/convwatch/DB.java b/qadevOOo/runner/convwatch/DB.java index 58dfdf27ce34..af596652c9b1 100644 --- a/qadevOOo/runner/convwatch/DB.java +++ b/qadevOOo/runner/convwatch/DB.java @@ -315,7 +315,7 @@ public class DB extends DBHelper { String sError = e.getMessage(); GlobalLogWriter.get().println("DB: Original SQL error: " + sError); - // throw new ValueNotFoundException("Cant execute SQL: " + _sSQL); + // throw new ValueNotFoundException("Can't execute SQL: " + _sSQL); } return aResultList; } diff --git a/qadevOOo/runner/convwatch/DBHelper.java b/qadevOOo/runner/convwatch/DBHelper.java index 0788a4bfdde0..27b95e29ea6c 100644 --- a/qadevOOo/runner/convwatch/DBHelper.java +++ b/qadevOOo/runner/convwatch/DBHelper.java @@ -227,7 +227,7 @@ public class DBHelper { String sError = e.getMessage(); GlobalLogWriter.get().println("DB: Original SQL error: " + sError); - throw new ValueNotFoundException("Cant execute SQL: " + _sSQL); + throw new ValueNotFoundException("Can't execute SQL: " + _sSQL); } } catch(SQLException e) diff --git a/qadevOOo/runner/convwatch/FileHelper.java b/qadevOOo/runner/convwatch/FileHelper.java index b14bc2642cd1..0e2fa55a3b25 100644 --- a/qadevOOo/runner/convwatch/FileHelper.java +++ b/qadevOOo/runner/convwatch/FileHelper.java @@ -59,7 +59,7 @@ public class FileHelper return true; } // This is just nice for DEBUG behaviour - // due to the fact this is absolutly context dependency no one should use it. + // due to the fact this is absolutely context dependency no one should use it. // else // { // System.out.println("FileHelper:exists() tell this path doesn't exists. Check it. path is:" ); diff --git a/qadevOOo/runner/convwatch/MSOfficePrint.java b/qadevOOo/runner/convwatch/MSOfficePrint.java index aa796fcf2d59..be907be3c589 100644 --- a/qadevOOo/runner/convwatch/MSOfficePrint.java +++ b/qadevOOo/runner/convwatch/MSOfficePrint.java @@ -395,7 +395,7 @@ public class MSOfficePrint File aPerlScript = new File(userdir + fs + _sScriptName); if (FileHelper.isDebugEnabled()) { - GlobalLogWriter.get().println("Search for local existance of " + aPerlScript.getAbsolutePath()); + GlobalLogWriter.get().println("Search for local existence of " + aPerlScript.getAbsolutePath()); } if (aPerlScript.exists()) diff --git a/qadevOOo/runner/convwatch/OfficePrint.java b/qadevOOo/runner/convwatch/OfficePrint.java index 14d7f367dfae..5776567c471a 100644 --- a/qadevOOo/runner/convwatch/OfficePrint.java +++ b/qadevOOo/runner/convwatch/OfficePrint.java @@ -371,7 +371,7 @@ public class OfficePrint { * @param _sPrintFileURL * @return true, if print has been done. * Be careful, true means only print returns with no errors, to be sure print is really done - * check existance of _sPrintFileURL + * check existence of _sPrintFileURL */ public static boolean printToFileWithOOo(GraphicalTestArguments _aGTA, @@ -588,7 +588,7 @@ public class OfficePrint { // configure Office to allow to execute macos -// TODO: We need a possiblity to set the printer name also for StarOffice/OpenOffice +// TODO: We need a possibility to set the printer name also for StarOffice/OpenOffice if (OSHelper.isWindows()) { if (_aGTA.getPrinterName() != null) diff --git a/qadevOOo/runner/convwatch/ReferenceBuilder.java b/qadevOOo/runner/convwatch/ReferenceBuilder.java index 6f17598d9971..a371abcafe5f 100644 --- a/qadevOOo/runner/convwatch/ReferenceBuilder.java +++ b/qadevOOo/runner/convwatch/ReferenceBuilder.java @@ -274,7 +274,7 @@ public class ReferenceBuilder extends EnhancedComplexTestCase // aSemaphore.V(aSemaphore.getSemaphoreFile()); // aSemaphore.sleep(2); // // wait some time maybe an other process will take the semaphore - // // I know, this is absolutly dirty, but the whole convwatch is dirty and need a big cleanup. + // // I know, this is absolutely dirty, but the whole convwatch is dirty and need a big cleanup. // } } } diff --git a/qadevOOo/runner/graphical/FileHelper.java b/qadevOOo/runner/graphical/FileHelper.java index bcd80616df5b..9ae716f92cef 100644 --- a/qadevOOo/runner/graphical/FileHelper.java +++ b/qadevOOo/runner/graphical/FileHelper.java @@ -67,7 +67,7 @@ public class FileHelper return true; } // This is just nice for DEBUG behaviour - // due to the fact this is absolutly context dependency no one should use it. + // due to the fact this is absolutely context dependency no one should use it. // else // { // System.out.println("FileHelper:exists() tell this path doesn't exists. Check it. path is:" ); diff --git a/qadevOOo/runner/graphical/MSOfficePostscriptCreator.java b/qadevOOo/runner/graphical/MSOfficePostscriptCreator.java index 5913e0d8e10c..e7bb68cfcde6 100644 --- a/qadevOOo/runner/graphical/MSOfficePostscriptCreator.java +++ b/qadevOOo/runner/graphical/MSOfficePostscriptCreator.java @@ -483,7 +483,7 @@ public class MSOfficePostscriptCreator implements IOffice File aPerlScript = new File(sFileName); if (FileHelper.isDebugEnabled()) { - GlobalLogWriter.println("Search for local existance of " + aPerlScript.getAbsolutePath()); + GlobalLogWriter.println("Search for local existence of " + aPerlScript.getAbsolutePath()); } if (aPerlScript.exists()) diff --git a/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java b/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java index 30a81d1be7c9..361f105ff6ed 100644 --- a/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java +++ b/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java @@ -421,7 +421,7 @@ public class OpenOfficePostscriptCreator implements IOffice * * @return true, if print has been done. * Be careful, true means only print returns with no errors, to be sure print is really done - * check existance of _sPrintFileURL + * check existence of _sPrintFileURL */ // public boolean printToFileWithOOo(ParameterHelper _aGTA, @@ -556,7 +556,7 @@ public class OpenOfficePostscriptCreator implements IOffice // configure Office to allow to execute macos -// TODO: We need a possiblity to set the printer name also for StarOffice/OpenOffice +// TODO: We need a possibility to set the printer name also for StarOffice/OpenOffice if (OSHelper.isWindows()) { if (_aGTA.getPrinterName() != null) @@ -1386,7 +1386,7 @@ public class OpenOfficePostscriptCreator implements IOffice // aSemaphore.V(aSemaphore.getSemaphoreFile()); // aSemaphore.sleep(2); // // wait some time maybe an other process will take the semaphore - // // I know, this is absolutly dirty, but the whole convwatch is dirty and need a big cleanup. + // // I know, this is absolutely dirty, but the whole convwatch is dirty and need a big cleanup. // } } } diff --git a/qadevOOo/runner/helper/ConfigHelper.java b/qadevOOo/runner/helper/ConfigHelper.java index 8c81f8a80276..d2af126d0eab 100644 --- a/qadevOOo/runner/helper/ConfigHelper.java +++ b/qadevOOo/runner/helper/ConfigHelper.java @@ -61,7 +61,7 @@ import com.sun.star.util.*; *
  • <prop oor:name="UserItem"> * represents a property of the extensible group
  • * - * We assume in the following examples the existance of:

    + * We assume in the following examples the existence of:

    * ConfigHelper aConfig = new ConfigHelper(xMSF, "org.openoffice.Office.Views", false); *