summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/XMLTools.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/XMLTools.java')
-rw-r--r--qadevOOo/runner/util/XMLTools.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/util/XMLTools.java b/qadevOOo/runner/util/XMLTools.java
index 3337462d0e6c..7e43dd9e175a 100644
--- a/qadevOOo/runner/util/XMLTools.java
+++ b/qadevOOo/runner/util/XMLTools.java
@@ -339,7 +339,7 @@ public class XMLTools {
/**
* Checks if there were no errors during document handling.
* I.e. startDocument() and endDocument() must be called,
- * XML must be well formed, paramters must be valid.
+ * XML must be well formed, parameters must be valid.
*/
public boolean isWellFormed() {
if (!docEnded) {
@@ -351,7 +351,7 @@ public class XMLTools {
}
/**
- * Prints error message and all tags where error occured inside.
+ * Prints error message and all tags where error occurred inside.
* Also prints "Tag trace" in case if the full XML data isn't
* printed.
*/