summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/XMLTools.java
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-07 23:14:30 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-07-08 05:48:18 +0000
commit799cc41b53a59c543408fa5370e107c2c57a2904 (patch)
tree790ed9324cea1b9a2f54955a0497cab55c617128 /qadevOOo/runner/util/XMLTools.java
parentff669d1c7f692052534d1136d1ff4220433f8542 (diff)
Fix typos
Change-Id: I70b03c152f63e48341dc5629a99b0eeab7b497c0 Reviewed-on: https://gerrit.libreoffice.org/16834 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo/runner/util/XMLTools.java')
-rw-r--r--qadevOOo/runner/util/XMLTools.java2
1 files changed, 1 insertions, 1 deletions
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 {