summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/document/_XStandaloneDocumentInfo.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/document/_XStandaloneDocumentInfo.java')
-rw-r--r--qadevOOo/tests/java/ifc/document/_XStandaloneDocumentInfo.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/document/_XStandaloneDocumentInfo.java b/qadevOOo/tests/java/ifc/document/_XStandaloneDocumentInfo.java
index 33996a2f6f5f..30d4267ab33c 100644
--- a/qadevOOo/tests/java/ifc/document/_XStandaloneDocumentInfo.java
+++ b/qadevOOo/tests/java/ifc/document/_XStandaloneDocumentInfo.java
@@ -64,7 +64,7 @@ public class _XStandaloneDocumentInfo extends MultiMethodTest {
String newProp = null;
/**
* Sets new value of the property 'Author' and calls the method. <p>
- * Has <b> OK </b> status if no exception occured.
+ * Has <b> OK </b> status if no exception occurred.
*/
public void _storeIntoURL() {
try {
@@ -99,7 +99,7 @@ public class _XStandaloneDocumentInfo extends MultiMethodTest {
/**
* Calls the method and checks value of the property 'Author'. <p>
- * Has <b> OK </b> status if no exception occured and value of the property
+ * Has <b> OK </b> status if no exception occurred and value of the property
* 'Author' is equal to value that was set in the method
* <code>storeIntoURL</code>.
*/