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 existence of:
* ConfigHelper aConfig = new ConfigHelper(xMSF, "org.openoffice.Office.Views", false);
*
Group
into the Set
"Windows":
@@ -248,7 +248,7 @@ public class ConfigHelper
/**
* Update a property of a group container of a set container
- * @param setName the name of the set
which containes the group
+ * @param setName the name of the set
which contains the group
* @param groupName the name of the group
which property should be changed
* @param propName the name of the property which should be changed
* @param propValue the value the property should get
@@ -285,7 +285,7 @@ public class ConfigHelper
/**
* Insert a property in an extensible group container or else update it
- * @param setName the name of the set
which containes the group
+ * @param setName the name of the set
which contains the group
* @param group The name of the group
which conatins the extensible group
.
* @param extGroup The name of the extensible group
which
* [should] contain the property
diff --git a/qadevOOo/runner/helper/ProcessHandler.java b/qadevOOo/runner/helper/ProcessHandler.java
index acc7cfee80c3..bc7f4293654b 100644
--- a/qadevOOo/runner/helper/ProcessHandler.java
+++ b/qadevOOo/runner/helper/ProcessHandler.java
@@ -781,7 +781,7 @@ public class ProcessHandler
*
* The method can also be called before the command
* starts its execution. Then the text is buffered
- * and transfered to command when it will be started.
+ * and transferred to command when it will be started.
* @param str
*/
public void printInputText(String str)
diff --git a/qadevOOo/runner/lib/MultiMethodTest.java b/qadevOOo/runner/lib/MultiMethodTest.java
index cdba3a200d45..308b8124fd44 100644
--- a/qadevOOo/runner/lib/MultiMethodTest.java
+++ b/qadevOOo/runner/lib/MultiMethodTest.java
@@ -48,7 +48,7 @@ import com.sun.star.uno.UnoRuntime;
* 3. to set status for a call 'tRes.tested(String method,
* boolean result)' should be used. For example 'tRes.tested("getText()",
* true)'. Also 'tRes.assert(String assertion, boolean result)' call can
- * be used. Note, that one can call the methods not neccesarily from the
+ * be used. Note, that one can call the methods not necessarily from the
* test for the tested method, but from other method tests too (in the
* MultiMethodTest subclass). See also TestResult and MultiMethodTest.tRes
* documentation.
diff --git a/qadevOOo/runner/util/CalcTools.java b/qadevOOo/runner/util/CalcTools.java
index 5e705e26c6c8..3cc885e1107e 100644
--- a/qadevOOo/runner/util/CalcTools.java
+++ b/qadevOOo/runner/util/CalcTools.java
@@ -107,7 +107,7 @@ public class CalcTools {
/**
*
* returns an XSpreadsheet
from a Calc document.
- * @param xSheetDoc the Calc docuent which containes the sheet
+ * @param xSheetDoc the Calc docuent which contains the sheet
* @param sheetNumber the number of the sheet to return
* @throws java.lang.Exception on any error an java.lang.Exception
was thrown
* @return calc sheet
diff --git a/qadevOOo/runner/util/DBTools.java b/qadevOOo/runner/util/DBTools.java
index 42a96c032324..467a9ce6a600 100644
--- a/qadevOOo/runner/util/DBTools.java
+++ b/qadevOOo/runner/util/DBTools.java
@@ -52,7 +52,7 @@ import java.sql.DriverManager;
/**
* Provides useful methods for working with SOffice databases.
-* Database creation, data transfering, outputting infromation.
+* Database creation, data transferring, outputting infromation.
*/
public class DBTools {
diff --git a/qadevOOo/runner/util/SOfficeFactory.java b/qadevOOo/runner/util/SOfficeFactory.java
index 2a0f0ed0fc22..4e0c676ce03b 100644
--- a/qadevOOo/runner/util/SOfficeFactory.java
+++ b/qadevOOo/runner/util/SOfficeFactory.java
@@ -616,4 +616,4 @@ public class SOfficeFactory {
}
return null;
} // finish queryXServiceInfo
-}
\ No newline at end of file
+}
diff --git a/qadevOOo/runner/util/utils.java b/qadevOOo/runner/util/utils.java
index 580a20f243b7..75b808d96632 100644
--- a/qadevOOo/runner/util/utils.java
+++ b/qadevOOo/runner/util/utils.java
@@ -457,9 +457,9 @@ public class utils {
}
/**
- * This method check via Office the existance of the given file URL
+ * This method check via Office the existence of the given file URL
* @param msf the multiservice factory
- * @param fileURL the file which existance should be checked
+ * @param fileURL the file which existence should be checked
* @return true if the file exists, else false
*/
public static boolean fileExists(XMultiServiceFactory msf, String fileURL) {
@@ -482,7 +482,7 @@ public class utils {
}
/**
- * This method deletes via office the given file URL. It checks the existance
+ * This method deletes via office the given file URL. It checks the existence
* of fileURL
. If exists it will be deletet.
* @param xMsf the multiservice factory
* @param fileURL the file to delete
diff --git a/qadevOOo/tests/java/ifc/awt/_XWindow.java b/qadevOOo/tests/java/ifc/awt/_XWindow.java
index 23ab4696399f..5cf34d8cea31 100644
--- a/qadevOOo/tests/java/ifc/awt/_XWindow.java
+++ b/qadevOOo/tests/java/ifc/awt/_XWindow.java
@@ -197,7 +197,7 @@ public class _XWindow extends MultiMethodTest {
/**
* Test calls the method. Then we check if listener's methods were called
* when we move, resize, hide and show the window. The resizing is
- * performed depending on 'XWindow.ControlShape' existance. If this
+ * performed depending on 'XWindow.ControlShape' existence. If this
* relation exists then the size and position of container control
* shape is changed, else the position and size of window itself is
* chaged
diff --git a/qadevOOo/tests/java/ifc/awt/tree/_XMutableTreeNode.java b/qadevOOo/tests/java/ifc/awt/tree/_XMutableTreeNode.java index 2aeed1a7bc6a..bdebcf2f95e7 100644 --- a/qadevOOo/tests/java/ifc/awt/tree/_XMutableTreeNode.java +++ b/qadevOOo/tests/java/ifc/awt/tree/_XMutableTreeNode.java @@ -133,7 +133,7 @@ public class _XMutableTreeNode extends MultiMethodTest { log.println("ERROR: expected IndexOutOfBoundsException was not thrown => FAILED"); bOK = false; } catch (com.sun.star.lang.IllegalArgumentException ex) { - log.println("ERROR: wrong IllegalArgumentException was thrown. Expeced is IndexOutOfBoundsException => FAILED"); + log.println("ERROR: wrong IllegalArgumentException was thrown. Expected is IndexOutOfBoundsException => FAILED"); bOK = false; } catch (com.sun.star.lang.IndexOutOfBoundsException ex) { log.println("Expected IndexOutOfBoundsException was thrown => OK"); @@ -170,7 +170,7 @@ public class _XMutableTreeNode extends MultiMethodTest { try { log.println("try to remove node at invalid index '-3'"); oObj.removeChildByIndex(-3); - log.println("ERROR: expeced IndexOutOfBoundsException was not thrown => FAILED"); + log.println("ERROR: expected IndexOutOfBoundsException was not thrown => FAILED"); bOK = false; } catch (com.sun.star.lang.IndexOutOfBoundsException ex) { log.println("expected IndexOutOfBoundsException was thrown => OK"); diff --git a/qadevOOo/tests/java/ifc/container/_XIndexAccess.java b/qadevOOo/tests/java/ifc/container/_XIndexAccess.java index 91b908c02a22..2c27f95faf20 100644 --- a/qadevOOo/tests/java/ifc/container/_XIndexAccess.java +++ b/qadevOOo/tests/java/ifc/container/_XIndexAccess.java @@ -59,7 +59,7 @@ public class _XIndexAccess extends MultiMethodTest { /** * This method tests the IndexAccess from the first element, - * the middle element and the last element. Finaly it test + * the middle element and the last element. Finally it test * Exceptions which throws by a not available index.
* Has OK status if first, middle and last elements * successfully returned and has non null value; and if on diff --git a/qadevOOo/tests/java/ifc/container/_XIndexContainer.java b/qadevOOo/tests/java/ifc/container/_XIndexContainer.java index e54516d96c43..6031cd7861a0 100644 --- a/qadevOOo/tests/java/ifc/container/_XIndexContainer.java +++ b/qadevOOo/tests/java/ifc/container/_XIndexContainer.java @@ -71,7 +71,7 @@ public class _XIndexContainer extends MultiMethodTest { /** * First tries to insert proper object. Second tries to insert * null value. For each test thread different objects are inserted - * on different indexes. For exmaple for the first started test index + * on different indexes. For example for the first started test index * is 0 and object is get from relation 'INCTANCE1', and so on.
* Has OK status if in the first case
* A Second test uses an invalid URL and checks for correct exceptions.
diff --git a/qadevOOo/tests/java/ifc/form/_XUpdateBroadcaster.java b/qadevOOo/tests/java/ifc/form/_XUpdateBroadcaster.java
index fde56e61a519..ae58ad229b0f 100644
--- a/qadevOOo/tests/java/ifc/form/_XUpdateBroadcaster.java
+++ b/qadevOOo/tests/java/ifc/form/_XUpdateBroadcaster.java
@@ -37,7 +37,7 @@ import com.sun.star.lang.EventObject;
* getByIndex
* method returns non null value and in the second
diff --git a/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java b/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java
index c99aa697efc6..d836898dd22e 100644
--- a/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java
+++ b/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java
@@ -120,7 +120,7 @@ public class _XDocumentInsertable extends MultiMethodTest {
/**
* Tries to insert document from URL specified by relation or
* from default URL. If no relation was passed, text range is
- * checked for existance of loaded document content. In case
+ * checked for existence of loaded document content. In case
* if relation was found, then its
isInserted
* method is used to check insertion.'XUpdateBroadcaster.Checker'
:
* _XUpdateBroadcaster.UpdateChecker
interface implementation
* which can update, commit data and check if the data was successfully
-* commited.
* Test is NOT multithread compilant.
* @see com.sun.star.form.XUpdateBroadcaster
@@ -48,8 +48,8 @@ public class _XUpdateBroadcaster extends MultiMethodTest {
UpdateChecker checker = null ;
/**
- * Interface for relation. Updating, commiting and checking
- * if data was commited is object dependent behaviour.
+ * Interface for relation. Updating, committing and checking
+ * if data was committed is object dependent behaviour.
*/
public static interface UpdateChecker {
/**
@@ -61,9 +61,9 @@ public class _XUpdateBroadcaster extends MultiMethodTest {
*/
public void commit() throws com.sun.star.uno.Exception ;
/**
- * Checks if the data commited by commit
method
+ * Checks if the data committed by commit
method
* became permanent in data source.
- * @return true
if data was commited.
+ * @return true
if data was committed.
*/
public boolean wasCommited() throws com.sun.star.uno.Exception ;
}
@@ -125,7 +125,7 @@ public class _XUpdateBroadcaster extends MultiMethodTest {
* Has OK status if on update rejected only
* approveUpdate
listener method was called, and if
* on update approved approveUpdate
and
- * updated
methods called, and data was commited
+ * updated
methods called, and data was committed
* to the source.
*/
public void _addUpdateListener() {
@@ -138,18 +138,18 @@ public class _XUpdateBroadcaster extends MultiMethodTest {
shortWait() ;
checker.commit() ;
shortWait() ;
- boolean commited = checker.wasCommited() ;
+ boolean committed = checker.wasCommited() ;
shortWait() ;
bResult = listener.approveCalled &&
! listener.updateCalled &&
- ! commited ;
+ ! committed ;
log.println("Calling with no approving : approveUpdate() was " +
(listener.approveCalled ? "":"NOT")+" called, updated() was "+
(listener.updateCalled ? "":"NOT")+" called, the value was " +
- (commited ? "" : "NOT") + " commited.") ;
+ (committed ? "" : "NOT") + " committed.") ;
shortWait() ;
@@ -160,18 +160,18 @@ public class _XUpdateBroadcaster extends MultiMethodTest {
shortWait() ;
checker.commit() ;
shortWait() ;
- commited = checker.wasCommited() ;
+ committed = checker.wasCommited() ;
shortWait() ;
log.println("Calling with approving : approveUpdate() was " +
(listener.approveCalled ? "":"NOT")+" called, updated() was "+
(listener.updateCalled ? "":"NOT")+" called, the value was "+
- (commited ? "" : "NOT") + " commited.") ;
+ (committed ? "" : "NOT") + " committed.") ;
bResult = listener.approveCalled &&
listener.updateCalled &&
- commited ;
+ committed ;
} catch (com.sun.star.uno.Exception e) {
bResult = false ;
e.printStackTrace(log) ;
diff --git a/qadevOOo/tests/java/ifc/frame/_XModuleManager.java b/qadevOOo/tests/java/ifc/frame/_XModuleManager.java
index c894c676dd46..d8c37a89ecd0 100644
--- a/qadevOOo/tests/java/ifc/frame/_XModuleManager.java
+++ b/qadevOOo/tests/java/ifc/frame/_XModuleManager.java
@@ -55,7 +55,7 @@ public class _XModuleManager extends MultiMethodTest {
* The onject relations XModuleManager.XFrame
,
* XModuleManager.XController
and XModuleManager.XModel
* are sequenzes of PropertyValue
. The value of a PropertyValue
- * containes a XFrame
, XController
or a
+ * contains a XFrame
, XController
or a
* XModel
. The name of the PropertyValue contains the expected return
* value of method indetify()
if the method was called with
* coresponding value.
diff --git a/qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java b/qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java index 7233ce9b8b64..db8b06a5321e 100644 --- a/qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java +++ b/qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java @@ -134,7 +134,7 @@ public class _XSynchronousFrameLoader extends MultiMethodTest { /** * Tries to load component to a frame in separate thread to - * avoid blocking of the current thread and imediately + * avoid blocking of the current thread and immediately * cancels loading.
*
* Has OK status if flase
is returned,
diff --git a/qadevOOo/tests/java/ifc/io/_XMarkableStream.java b/qadevOOo/tests/java/ifc/io/_XMarkableStream.java
index c9b03792acfb..d4cb74ecc7b4 100644
--- a/qadevOOo/tests/java/ifc/io/_XMarkableStream.java
+++ b/qadevOOo/tests/java/ifc/io/_XMarkableStream.java
@@ -130,7 +130,7 @@ public class _XMarkableStream extends MultiMethodTest {
* The following method tests are to be completed successfully before :
*
jumpToFurthest()
: for the right order of tests
- * excecution update
was
- * commited to the data source.
+ * committed to the data source.
*/
public boolean wasUpdated() throws SQLException ;
/**
@@ -131,7 +131,7 @@ public class _XResultSetUpdate extends MultiMethodTest {
/**
* Using relation methods first updates some data in the current
* row, then calls updateRow
method to commit data.
- * Then checks if the data changed was commited. + * Then checks if the data changed was committed.
* Executes moveToCurrentRow
method test before to
* be sure that cursor is not on the insert row.
* Has OK status if data in the source was changed.
@@ -154,7 +154,7 @@ public class _XResultSetUpdate extends MultiMethodTest {
/**
* Using relation methods first updates some data in the current
* row, then calls cancelRowUpdates
method.
- * Then checks if the data changed was not commited.
+ * Then checks if the data changed was not committed.
* Executes moveToCurrentRow
method test before to
* be sure that cursor is not on the insert row.
* Has OK status if data in the source was not changed. diff --git a/qadevOOo/tests/java/ifc/sheet/_XActivationBroadcaster.java b/qadevOOo/tests/java/ifc/sheet/_XActivationBroadcaster.java index c1cf3f5f369c..d12789cefae8 100644 --- a/qadevOOo/tests/java/ifc/sheet/_XActivationBroadcaster.java +++ b/qadevOOo/tests/java/ifc/sheet/_XActivationBroadcaster.java @@ -65,7 +65,7 @@ public class _XActivationBroadcaster extends MultiMethodTest { xSpreadsheetView.setActiveSheet(two); if (listenerCalled) { - log.println("Listener was called eventhough it is removed"); + log.println("Listener was called even though it is removed"); } xSpreadsheetView.setActiveSheet(org); diff --git a/qadevOOo/tests/java/ifc/system/_XSystemShellExecute.java b/qadevOOo/tests/java/ifc/system/_XSystemShellExecute.java index 49ddddb171c9..b7b51bb20cf8 100644 --- a/qadevOOo/tests/java/ifc/system/_XSystemShellExecute.java +++ b/qadevOOo/tests/java/ifc/system/_XSystemShellExecute.java @@ -41,7 +41,7 @@ public class _XSystemShellExecute extends MultiMethodTest { public XSystemShellExecute oObj = null; /** - * Excecutes 'java SystemShellExecute SystemShellExecute.txt' command line. + * Executes 'java SystemShellExecute SystemShellExecute.txt' command line. *
Has OK status if the method successfully returns * and file 'SystemShellExecute.txt' was created.
*/
diff --git a/qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java b/qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java
index 6d42a7363564..92718b4fba0d 100644
--- a/qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java
+++ b/qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java
@@ -69,7 +69,7 @@ public class _XAutoTextGroup extends MultiMethodTest {
* Constructs a unique string for current interface thread
* for naming purposes. All old entries which names are
* started with prefix used for entry names, are deleted
- * from the group (they can remain after previous unsuccessfull
+ * from the group (they can remain after previous unsuccessful
* test runs). The relation is obtained.
*
* @throws StatusException if the relation is not found.
diff --git a/qadevOOo/tests/java/ifc/text/_XText.java b/qadevOOo/tests/java/ifc/text/_XText.java
index 5163cb7ee9ce..2a18571a60fe 100644
--- a/qadevOOo/tests/java/ifc/text/_XText.java
+++ b/qadevOOo/tests/java/ifc/text/_XText.java
@@ -85,10 +85,10 @@ public class _XText extends MultiMethodTest {
// get indexaccess to the tablecollection
XIndexAccess xIA = info.getCollection();
- // this comparision works just because it has to be at least one
+ // this comparison works just because it has to be at least one
// table at this point regardless which thread inserted it
// there is although the possibility that the first threads call
- // failed, the second not and comparision happens after second threads
+ // failed, the second not and comparison happens after second threads
// otherwise if something fails it should have thrown an exception
//tRes.tested("insertTextContent()", xIA.getCount() > 0 );
diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java
index 10e7f000e5d1..40fec00f0d89 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java
@@ -132,7 +132,7 @@ public class _XCachedDynamicResultSetStubFactory extends MultiMethodTest {
setFac = UnoRuntime.queryInterface
(XCachedDynamicResultSetFactory.class, fac) ;
} catch (com.sun.star.uno.Exception e) {
- log.println("Cant instantiate a service") ;
+ log.println("Can't instantiate a service") ;
e.printStackTrace(log) ;
result = false ;
}
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java
index 963774b45a15..891da10e85e0 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java
@@ -43,7 +43,7 @@ import com.sun.star.ui.dialogs.XFilePickerControlAccess;
* Short
) : control identifier in the extended
* FilePicker dialog.
*
'XFilePickerControlAccess.ControlValue'
(of type
-* Object
) optional (but mostly desireable
+* Object
) optional (but mostly desirable
* since the control has emtpy initial value):
* the value which can set for the control .
diff --git a/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java b/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java
index c7e74083609e..3024769112dc 100644
--- a/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java
+++ b/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java
@@ -188,7 +188,7 @@ public class _XDocumentHandler extends MultiMethodTest {
/**
* This test is finally executed. It finishes XML data
- * transfering with endDocument
method call.
+ * transferring with endDocument
method call.
* * Has OK status if no exceptions occurred during * the whole transfering and if the appropriate changes diff --git a/qadevOOo/tests/java/mod/_acceptor/package.html b/qadevOOo/tests/java/mod/_acceptor/package.html index 864254f4c704..2f8205d1ca14 100644 --- a/qadevOOo/tests/java/mod/_acceptor/package.html +++ b/qadevOOo/tests/java/mod/_acceptor/package.html @@ -18,6 +18,6 @@ -->
-Containes all test cases for the module 'acceptor'.
+Contains all test cases for the module 'acceptor'.
diff --git a/qadevOOo/tests/java/mod/_brdgfctr/package.html b/qadevOOo/tests/java/mod/_brdgfctr/package.html index 856de26fca94..40dbd15bd870 100644 --- a/qadevOOo/tests/java/mod/_brdgfctr/package.html +++ b/qadevOOo/tests/java/mod/_brdgfctr/package.html @@ -18,6 +18,6 @@ --> -Containes all test cases for the module 'brdgfctr'.
+Contains all test cases for the module 'brdgfctr'.
- \ No newline at end of file +