--- a/spec/index-respec.html Fri Nov 25 22:17:26 2011 +0100
+++ b/spec/index-respec.html Fri Nov 25 22:25:42 2011 +0100
@@ -860,7 +860,7 @@
<p>Testing for patterns in graphs is what the SPARQL query language is designed to do [[!RDF-SPARQL-QUERY]]. We will first look at how to use this as it is also the simplest method, and then what some other programmatic options may be.</p>
-<p>Below is the SPARQL Query Template which should be used for an RSA public key. It contains three with three variables <code>?webid</code>, <code>?mod</code> and <code>?exp</code> that need to be replaced by the appropriate values:</p>
+<p>Below is the SPARQL Query Template which should be used for an RSA public key. It contains three variables <code>?webid</code>, <code>?mod</code> and <code>?exp</code> that need to be replaced by the appropriate values:</p>
<pre style="word-wrap: break-word; white-space: pre-wrap;">
PREFIX : <http://www.w3.org/ns/auth/cert#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
@@ -898,7 +898,7 @@
] .
}
</pre>
-<p>An ASK query simply returns true or false. If it returns true, then the key was found in the graph with the proper rlation and the claim has been verified</p>
+<p>An ASK query simply returns true or false. If it returns true, then the key was found in the graph with the proper relation and the claim has been verified.</p>
<p class="issue"> The public key could be a DSA key. We need to add an ontology
for DSA too.</p>