summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 05:32:37 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 05:32:37 +0200
commitc32b6be06bf5453d82d9aad64aed5f384c9d1d1f (patch)
tree3807c57d8a33588f33a3d5cbed51ccff9bb40791 /qadevOOo
parent435f5e30c968ffd5761873f8b3f756949545ce72 (diff)
fdo#60724 correct spelling
Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/runner/base/java_complex.java4
-rw-r--r--qadevOOo/runner/lib/Status.java2
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XFrameLoader.java2
-rw-r--r--qadevOOo/tests/java/ifc/sdbc/_XResultSet.java10
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XSheetFilterable.java6
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XViewFreezable.java2
-rw-r--r--qadevOOo/tests/java/ifc/text/_NumberingLevel.java2
-rw-r--r--qadevOOo/tests/java/ifc/text/_XRelativeTextContentInsert.java2
8 files changed, 15 insertions, 15 deletions
diff --git a/qadevOOo/runner/base/java_complex.java b/qadevOOo/runner/base/java_complex.java
index c27f8bc5aa7b..f83d7ecdd931 100644
--- a/qadevOOo/runner/base/java_complex.java
+++ b/qadevOOo/runner/base/java_complex.java
@@ -41,7 +41,7 @@ public class java_complex implements TestBase
* This function executes the complex tests given as parameter "-o" or "TestJob". It querys for the correspond class
* and crates the JobDescription.
* @param param
- * @return true of all tests run successfuly, esle false
+ * @return true of all tests run successfuly, else false
*/
public boolean executeTest(TestParameters param)
{
@@ -68,7 +68,7 @@ public class java_complex implements TestBase
* This function run the given DescEntry[] as ComplexTest
* @param param
* @param entries
- * @return true of all tests run successfuly, esle false
+ * @return true of all tests run successfuly, else false
*/
public boolean executeTest(TestParameters param, DescEntry[] entries)
{
diff --git a/qadevOOo/runner/lib/Status.java b/qadevOOo/runner/lib/Status.java
index e26dc9c33a91..0dc6f9e8bd64 100644
--- a/qadevOOo/runner/lib/Status.java
+++ b/qadevOOo/runner/lib/Status.java
@@ -22,7 +22,7 @@ package lib;
* Status represents a result of a testing activity performed. The result is
* described in two ways: state and runtime state. The state describes if the
* activity was successful (OK state) or not (FAILED state). The runtime state
- * describes what happend during the activity: the test can be:
+ * describes what happened during the activity: the test can be:
* - PASSED - the activity completed normally (although it can complete with
* FAILED state)
* - SKIPPED - the activity was not performed because of a reason (it also can
diff --git a/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java b/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java
index 44f54206eb1c..1dea4a9ecdab 100644
--- a/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java
+++ b/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java
@@ -155,7 +155,7 @@ public class _XFrameLoader extends MultiMethodTest {
}
/**
- * Starts to load a component and then immediatly tries to
+ * Starts to load a component and then immediately tries to
* cancel the process. <p>
* Has <b>OK</b> status if the process was cancelled or
* finished (appropriate listener methods were called).
diff --git a/qadevOOo/tests/java/ifc/sdbc/_XResultSet.java b/qadevOOo/tests/java/ifc/sdbc/_XResultSet.java
index 279efc3e98bc..a1e3cf1bcaa2 100644
--- a/qadevOOo/tests/java/ifc/sdbc/_XResultSet.java
+++ b/qadevOOo/tests/java/ifc/sdbc/_XResultSet.java
@@ -106,7 +106,7 @@ public class _XResultSet extends MultiMethodTest {
}
/**
- * The method is called immediatly after <code>beforeFirst</code>
+ * The method is called immediately after <code>beforeFirst</code>
* method test. <p>
* Has <b>OK</b> status if method returns <code>true</code>. <p>
* The following method tests are to be completed successfully before :
@@ -147,7 +147,7 @@ public class _XResultSet extends MultiMethodTest {
}
/**
- * The method is called immediatly after <code>afterLast</code>
+ * The method is called immediately after <code>afterLast</code>
* method test. <p>
* Has <b>OK</b> status if method returns <code>true</code> <p>
* The following method tests are to be completed successfully before :
@@ -188,7 +188,7 @@ public class _XResultSet extends MultiMethodTest {
}
/**
- * The method is called immediatly after <code>first</code>
+ * The method is called immediately after <code>first</code>
* method test. <p>
* Has <b>OK</b> status if method returns <code>true</code>. <p>
* The following method tests are to be completed successfully before :
@@ -229,7 +229,7 @@ public class _XResultSet extends MultiMethodTest {
}
/**
- * The method is called immediatly after <code>last</code>
+ * The method is called immediately after <code>last</code>
* method test. <p>
* Has <b>OK</b> status if method returns <code>true</code>. <p>
* The following method tests are to be completed successfully before :
@@ -270,7 +270,7 @@ public class _XResultSet extends MultiMethodTest {
}
/**
- * The method is called immediatly after <code>absolute</code>
+ * The method is called immediately after <code>absolute</code>
* method test. <p>
* Has <b>OK</b> status if method returns 1. <p>
* The following method tests are to be completed successfully before :
diff --git a/qadevOOo/tests/java/ifc/sheet/_XSheetFilterable.java b/qadevOOo/tests/java/ifc/sheet/_XSheetFilterable.java
index b230bd0b866d..d35703041884 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XSheetFilterable.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XSheetFilterable.java
@@ -112,15 +112,15 @@ public class _XSheetFilterable extends MultiMethodTest {
log.println("couldn't fill cells " + e.getLocalizedMessage());
res = false;
} catch (com.sun.star.lang.WrappedTargetException e) {
- log.println("problems geting Property 'isVisible' " +
+ log.println("problems getting Property 'isVisible' " +
e.getLocalizedMessage());
res = false;
} catch (com.sun.star.beans.UnknownPropertyException e) {
- log.println("problems geting Property 'isVisible' " +
+ log.println("problems getting Property 'isVisible' " +
e.getLocalizedMessage());
res = false;
}
tRes.tested("filter()", res);
}
-} \ No newline at end of file
+}
diff --git a/qadevOOo/tests/java/ifc/sheet/_XViewFreezable.java b/qadevOOo/tests/java/ifc/sheet/_XViewFreezable.java
index 3cf4453ad315..cedec0951a78 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XViewFreezable.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XViewFreezable.java
@@ -47,7 +47,7 @@ public class _XViewFreezable extends MultiMethodTest {
/**
* Test calls the method, checks returned value, unfreezes panes, calls the
* method and checks returned value again. <p>
- * Has <b> OK </b> status if returned value is true after firts call and
+ * Has <b> OK </b> status if returned value is true after first call and
* returned value is false after second. <p>
* The following method tests are to be completed successfully before :
* <ul>
diff --git a/qadevOOo/tests/java/ifc/text/_NumberingLevel.java b/qadevOOo/tests/java/ifc/text/_NumberingLevel.java
index ae5c85747ab5..6a4c20b8c609 100644
--- a/qadevOOo/tests/java/ifc/text/_NumberingLevel.java
+++ b/qadevOOo/tests/java/ifc/text/_NumberingLevel.java
@@ -30,7 +30,7 @@ import com.sun.star.beans.PropertyValue;
/**
* Testing <code>com.sun.star.text.NumberingLevel</code><p>
-* This service is currently konwn as property value of
+* This service is currently known as property value of
* com.sun.star.text.ParagraphProperties.NumberingRules
* This test checks only for completnes of implemented properties.
* service properties :
diff --git a/qadevOOo/tests/java/ifc/text/_XRelativeTextContentInsert.java b/qadevOOo/tests/java/ifc/text/_XRelativeTextContentInsert.java
index db58e361c366..49f44c9267f9 100644
--- a/qadevOOo/tests/java/ifc/text/_XRelativeTextContentInsert.java
+++ b/qadevOOo/tests/java/ifc/text/_XRelativeTextContentInsert.java
@@ -41,7 +41,7 @@ import com.sun.star.uno.XInterface;
* the creator which can create instances of
* <code>com.sun.star.text.Paragraph</code> service. </li>
* <li> <code>'XTEXTINFO'</code> (of type <code>XInstCreator</code>):
- * the creator which can create instances of soem text content
+ * the creator which can create instances of some text content
* service (objects which implement <code>XTextContent</code>).
* </li>
* <ul> <p>