retreival -> retrieval bblfish
authorHenry Story <henry.story@bblfish.net>
Mon, 02 Jun 2014 08:16:48 +0200
branchbblfish
changeset 624 bcc53c410281
parent 623 1e5e2ed2fc19
child 625 4fae4a466f10
retreival -> retrieval
ldp-primer/ldp-primer.html
--- a/ldp-primer/ldp-primer.html	Mon Jun 02 00:07:56 2014 +0200
+++ b/ldp-primer/ldp-primer.html	Mon Jun 02 08:16:48 2014 +0200
@@ -565,13 +565,13 @@
       <p>Knowing the URL of the newly created resource, Alice can check the container again to confirm that the container correctly contains the newly created resource.
 </p>
 
-      <pre title="Request - basic container retreival after resource created" class="example">
+      <pre title="Request - basic container retrieval after resource created" class="example">
     GET /alice/ HTTP/1.1
     Host: example.org
     Accept: text/turtle
      </pre>
 
-     <pre title="Response - basic container retreival after resource created" class='example' data-include='bcget_res.txt' data-oninclude='fixCode'/>
+     <pre title="Response - basic container retrieval after resource created" class='example' data-include='bcget_res.txt' data-oninclude='fixCode'/>
      <p>
        The ldp:contains containment triple discloses the newly created resource in the response. 
      </p>