Fixed spelling of definition.
--- a/xml/prov-xml.html Mon Mar 04 10:34:59 2013 -0500
+++ b/xml/prov-xml.html Mon Mar 04 10:42:01 2013 -0500
@@ -73,13 +73,13 @@
$("pre.schema-element").each(function(index) {
$(this)
.before("<p>The element <code>"+$(this).attr("element")+"</code> is used to reference a "+$(this).attr("schemaType")+" from within a prov:Document or prov:BundleConstructor.</p>")
- .before("<p>Element defintion in XML Schema:</p>")
+ .before("<p>Element definition in XML Schema:</p>")
});
$("pre.prov-attribute").each(function(index) {
$(this)
.before("<p>The element <code>"+$(this).attr("element")+"</code> is used to represent a PROV attribute and has type "+$(this).attr("schemaType")+".</p>")
- .before("<p>Element defintion in XML Schema:</p>")
+ .before("<p>Element definition in XML Schema:</p>")
});
$("pre.example[title]:not([:ignore])").each(function() {