--- 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>