summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sw/XMLExporter.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/XMLExporter.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/XMLExporter.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/XMLExporter.java b/qadevOOo/tests/java/mod/_sw/XMLExporter.java
index 612fc5766a12..b78eed95c5f6 100644
--- a/qadevOOo/tests/java/mod/_sw/XMLExporter.java
+++ b/qadevOOo/tests/java/mod/_sw/XMLExporter.java
@@ -166,7 +166,7 @@ public class XMLExporter extends TestCase {
/**
* This class checks the XML for tags and data required and returns
* checking result to <code>XFilter</code> interface test. All
- * the information about errors occured in XML data is written
+ * the information about errors occurred in XML data is written
* to log specified.
* @see ifc.document._XFilter
*/
@@ -185,7 +185,7 @@ public class XMLExporter extends TestCase {
* which returns the result of XML checking.
* @return <code>true</code> if the XML data exported was
* valid (i.e. all necessary tags and character data exists),
- * <code>false</code> if some errors occured.
+ * <code>false</code> if some errors occurred.
*/
public boolean checkFilter() {
return checkTags() ;