minor spelling mistakes
authorHenry Story <henry.story@bblfish.net>
Fri, 25 Nov 2011 22:25:42 +0100
changeset 215 d1c18d822e98
parent 214 a9a7bade97d5
child 216 ece4b9f9d2e5
minor spelling mistakes
spec/index-respec.html
--- 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 : &lt;http://www.w3.org/ns/auth/cert#&gt;
 PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;
@@ -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>