[doc/book] typos stable
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 20 Apr 2010 15:16:19 +0200
branchstable
changeset 5348 db7b4d2eba4b
parent 5346 9ec5c37f11ba
child 5349 023dbeb84cc2
[doc/book] typos
doc/book/en/development/devweb/publisher.rst
--- a/doc/book/en/development/devweb/publisher.rst	Tue Apr 20 14:27:49 2010 +0200
+++ b/doc/book/en/development/devweb/publisher.rst	Tue Apr 20 15:16:19 2010 +0200
@@ -17,7 +17,7 @@
   delegated to the `urlpublisher` component)
 
 * the controller is then selected (if not, this is considered an
-  authorization failure and signaled as sich) and called
+  authorization failure and signaled as such) and called
 
 * then either a proper result is returned, in which case the
   request/connection object issues a ``commit`` and returns the result
@@ -42,7 +42,7 @@
   can be forced from the url GET parameters), that is:
 
     * compute the `vid` using the result set and the schema (see
-      `cubicweb.web.views.vid_from_rst`)
+      `cubicweb.web.views.vid_from_rset`)
     * handle all error cases that could happen in this phase
 
 * do some cache management chores