Fixed spelling of definition.
authorCurt Tilmes <Curt.Tilmes@nasa.gov>
Mon, 04 Mar 2013 10:42:01 -0500
changeset 5861 1e3da00116ad
parent 5860 b7ad6edbd99d
child 5862 675205030c22
Fixed spelling of definition.
xml/prov-xml.html
--- 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() {