summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/lib
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-30 12:55:43 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 10:59:35 +0000
commit3764f7435eb00053e04ea3e8f042fcfc5c7826f2 (patch)
treee7c4eed6cb3d6c70698613cef18e086a647bf507 /qadevOOo/runner/lib
parent6d623c9ebca074df4ad46c6316e901eff71c0502 (diff)
Fix typos
Change-Id: Id27f5a357c1333dec5c24c4f5e0fdaed7a775774 Reviewed-on: https://gerrit.libreoffice.org/18963 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'qadevOOo/runner/lib')
-rw-r--r--qadevOOo/runner/lib/MultiMethodTest.java2
-rw-r--r--qadevOOo/runner/lib/SimpleStatus.java2
-rw-r--r--qadevOOo/runner/lib/Status.java2
-rw-r--r--qadevOOo/runner/lib/TestResult.java2
4 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/runner/lib/MultiMethodTest.java b/qadevOOo/runner/lib/MultiMethodTest.java
index 96adacd3e0cc..c93f3addeb42 100644
--- a/qadevOOo/runner/lib/MultiMethodTest.java
+++ b/qadevOOo/runner/lib/MultiMethodTest.java
@@ -33,7 +33,7 @@ import com.sun.star.uno.UnoRuntime;
* <p>There are some points that should be fulfilled in a subclass to work
* correctly in the multi-method framework:
*
- * 1. each subclass schould define a public field named oObj of type tested
+ * 1. each subclass should define a public field named oObj of type tested
* by the subclass, e.g. 'public XText oObj;'. That field will be initialized
* by the MultiMethodTest code with the instance of the interface to test.
* In a case of service testing the field type should be XPropertySet.
diff --git a/qadevOOo/runner/lib/SimpleStatus.java b/qadevOOo/runner/lib/SimpleStatus.java
index 80afb01cf5c2..320ae202b45c 100644
--- a/qadevOOo/runner/lib/SimpleStatus.java
+++ b/qadevOOo/runner/lib/SimpleStatus.java
@@ -119,7 +119,7 @@ class SimpleStatus {
}
/**
- * Get the ressult: passed or failed.
+ * Get the result: passed or failed.
*/
public String getStateString() {
if (state)
diff --git a/qadevOOo/runner/lib/Status.java b/qadevOOo/runner/lib/Status.java
index 5bf86fd86888..593fc6ed3605 100644
--- a/qadevOOo/runner/lib/Status.java
+++ b/qadevOOo/runner/lib/Status.java
@@ -56,7 +56,7 @@ public class Status extends SimpleStatus {
/**
* This is a factory method for creating a Status representing normal
- * actibity termination.
+ * activity termination.
*
* @param state describes a test state (OK if state == true, FAILED
* otherwise).
diff --git a/qadevOOo/runner/lib/TestResult.java b/qadevOOo/runner/lib/TestResult.java
index 4b259777446f..5a1f4898b7b9 100644
--- a/qadevOOo/runner/lib/TestResult.java
+++ b/qadevOOo/runner/lib/TestResult.java
@@ -35,7 +35,7 @@ public class TestResult {
* and makes the state of the method completed. It's equal to
* tested(method, Status(result)) call.
*
- * @param method reffers to the method which was tested
+ * @param method refers to the method which was tested
* @param result the result of testing the method
*
* @return the result value