Index: /applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/access/ImplicationXMLReader.java
===================================================================
--- /applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/access/ImplicationXMLReader.java	(revision 30481)
+++ /applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/access/ImplicationXMLReader.java	(revision 30482)
@@ -212,5 +212,5 @@
 
                 if ("tag".equals(openingName) || "key".equals(openingName)) {
-                    throw new SAXException(tr("Element must not have childs: {0}", openingName));
+                    throw new SAXException(tr("Element must not have children: {0}", openingName));
                 }
 
