summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/XMLExporter.java
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2010-12-04 13:28:03 +0900
committerCaolán McNamara <caolanm@redhat.com>2010-12-05 19:13:22 +0000
commitf20ff43473f1d33be368d61b8d0f6bcbb644df14 (patch)
tree9bff166cbb029acf5c3a7a7a68d67151ae47d9e3 /qadevOOo/tests/java/mod/_sc/XMLExporter.java
parente98d09d0ad16a6bd843f0b691d39dd0bac4ff357 (diff)
Replace all occured, occurance etc.
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/XMLExporter.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/XMLExporter.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/XMLExporter.java b/qadevOOo/tests/java/mod/_sc/XMLExporter.java
index f7a038f5dd88..339d02cc8b7c 100644
--- a/qadevOOo/tests/java/mod/_sc/XMLExporter.java
+++ b/qadevOOo/tests/java/mod/_sc/XMLExporter.java
@@ -195,7 +195,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
*/
@@ -214,7 +214,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 check();