summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util')
-rw-r--r--qadevOOo/runner/util/DynamicClassLoader.java2
-rw-r--r--qadevOOo/runner/util/XMLTools.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/util/DynamicClassLoader.java b/qadevOOo/runner/util/DynamicClassLoader.java
index 380bcec0c92c..e2bab1f9dd5c 100644
--- a/qadevOOo/runner/util/DynamicClassLoader.java
+++ b/qadevOOo/runner/util/DynamicClassLoader.java
@@ -61,7 +61,7 @@ public class DynamicClassLoader {
/**
* Get an instance of a class. The constructor matching to the
- * given calss types is used and the instance is created using the arguments
+ * given calls types is used and the instance is created using the arguments
* for the constructor.
* @param className The class to instantiate.
* @param ctorClassTypes The class types matching to the constructor.
diff --git a/qadevOOo/runner/util/XMLTools.java b/qadevOOo/runner/util/XMLTools.java
index ea4a4fcd6ce6..768236a1333d 100644
--- a/qadevOOo/runner/util/XMLTools.java
+++ b/qadevOOo/runner/util/XMLTools.java
@@ -210,7 +210,7 @@ public class XMLTools {
* If any collisions found appropriate error message is
* output into a stream specified. No XML data output, i.e.
* no output will be performed if no errors occur.<p>
- * After document is completed there is a way to cehck
+ * After document is completed there is a way to check
* if the XML data and structure was valid.
*/
private static class XMLWellFormChecker extends XMLWriter {