diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-03 17:11:39 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-03 17:14:16 +0100 |
commit | f5ca04caca1b6888cdc6b00b8465a53e6d5cf38d (patch) | |
tree | cda73db2df15d821e0587f345edd7587953bdbdf /qadevOOo | |
parent | ecf00403376d13355fcf6fb7cd36b3500f19fc69 (diff) |
Related to fdo#60724: correct spelling
Using the autocorrect list of LibreOffice
extras/source/autotext/lang/en-US/acor/DocumentList.xml
Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657
Script: http://pastebin.ca/2327716
Diffstat (limited to 'qadevOOo')
5 files changed, 5 insertions, 5 deletions
diff --git a/qadevOOo/runner/helper/ContextMenuInterceptor.java b/qadevOOo/runner/helper/ContextMenuInterceptor.java index 9f1b250f8878..9ff389878d23 100644 --- a/qadevOOo/runner/helper/ContextMenuInterceptor.java +++ b/qadevOOo/runner/helper/ContextMenuInterceptor.java @@ -121,7 +121,7 @@ public class ContextMenuInterceptor implements XContextMenuInterceptor { // do something useful // we used an invalid index for accessing a container } catch ( Exception ex ) { - // something strange has happend! + // something strange has happened! } catch ( Throwable ex ) { // catch java exceptions and do something useful } diff --git a/qadevOOo/runner/helper/URLHelper.java b/qadevOOo/runner/helper/URLHelper.java index 39cd8dc48f00..568178e4bf9b 100644 --- a/qadevOOo/runner/helper/URLHelper.java +++ b/qadevOOo/runner/helper/URLHelper.java @@ -102,7 +102,7 @@ public class URLHelper /** * Does the same as getFileURLFromSystemPath() before ... but uses - * the given protocol string (e.g."http://") insted of "file:///". + * the given protocol string (e.g."http://") instead of "file:///". * * @param aSystemPath * represent the file in system notation diff --git a/qadevOOo/tests/java/ifc/drawing/_XMasterPageTarget.java b/qadevOOo/tests/java/ifc/drawing/_XMasterPageTarget.java index d4d80d7af9e8..7cc79f4592f6 100644 --- a/qadevOOo/tests/java/ifc/drawing/_XMasterPageTarget.java +++ b/qadevOOo/tests/java/ifc/drawing/_XMasterPageTarget.java @@ -89,7 +89,7 @@ public class _XMasterPageTarget extends MultiMethodTest{ // get the new MasterPage DrawPage = oObj.getMasterPage(); - // test the diffrent MasterPages + // test the different MasterPages if (DrawPage.equals(oOldPage)) result = false; tRes.tested("setMasterPage()",result); diff --git a/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java b/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java index a5e37aba6e5d..a13145edf334 100644 --- a/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java +++ b/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java @@ -134,7 +134,7 @@ public class _XActiveDataControl extends MultiMethodTest { oObj.start(); - // waiting a little bit for data transfered + // waiting a little bit for data transferred try { Thread.sleep(200); } catch (InterruptedException e) { diff --git a/qadevOOo/tests/java/mod/_dbaccess/OQueryDesign.java b/qadevOOo/tests/java/mod/_dbaccess/OQueryDesign.java index 1526dc182e7f..a955158aa156 100644 --- a/qadevOOo/tests/java/mod/_dbaccess/OQueryDesign.java +++ b/qadevOOo/tests/java/mod/_dbaccess/OQueryDesign.java @@ -229,7 +229,7 @@ public class OQueryDesign extends TestCase { } // finish method getTestEnvironment private XInitialization getUnititializedObj(TestParameters Param){ - // creating an object wihch ist not initialized + // creating an object which ist not initialized // get a model of a DataSource Object oDBC = null; |