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 0967ddd65d27..f724c1f1db45 100644
--- a/qadevOOo/runner/util/XMLTools.java
+++ b/qadevOOo/runner/util/XMLTools.java
@@ -343,7 +343,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) {
@@ -936,4 +936,4 @@ public class XMLTools {
xImp.setTargetDocument(xDoc) ;
parseXMLFile(xMSF, fileURL, xDocHandImp) ;
}
-} \ No newline at end of file
+}