summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/util/_XModeSelector.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/util/_XModeSelector.java')
-rw-r--r--qadevOOo/tests/java/ifc/util/_XModeSelector.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/ifc/util/_XModeSelector.java b/qadevOOo/tests/java/ifc/util/_XModeSelector.java
index a3933852c384..8ffd93d7d11d 100644
--- a/qadevOOo/tests/java/ifc/util/_XModeSelector.java
+++ b/qadevOOo/tests/java/ifc/util/_XModeSelector.java
@@ -46,7 +46,7 @@ public class _XModeSelector extends MultiMethodTest {
/**
* Calls the method and as argument pass one of the supported modes
* that was returned by method getSupportedMode.<p>
- * Has <b> OK </b> status if no runtime exceptions occured.
+ * Has <b> OK </b> status if no runtime exceptions occurred.
*/
public void _setMode() {
requiredMethod("getSupportedModes()");
@@ -63,7 +63,7 @@ public class _XModeSelector extends MultiMethodTest {
/**
* Calls the method and check returned value.<p>
- * Has <b> OK </b> status if no runtime exceptions occured
+ * Has <b> OK </b> status if no runtime exceptions occurred
* and returned value is equal to value that was set by method setMode.
*/
public void _getMode() {
@@ -74,7 +74,7 @@ public class _XModeSelector extends MultiMethodTest {
/**
* Calls the method and checks value returned by method.<p>
- * Has <b> OK </b> status if no runtime exceptions occured
+ * Has <b> OK </b> status if no runtime exceptions occurred
* and returned value is not null.
*/
public void _getSupportedModes() {
@@ -87,7 +87,7 @@ public class _XModeSelector extends MultiMethodTest {
* by method getSupportedMode is passed as argument.
* Then the method is called again and the mode that is certainly not supported
* is passed. Checks up returned values in both cases.<p>
- * Has <b> OK </b> status if no runtime exceptions occured,
+ * Has <b> OK </b> status if no runtime exceptions occurred,
* returned value is true in first call and is false in second call.
*/
public void _supportsMode() {