# HG changeset patch # User Aurelien Campeas # Date 1271769379 -7200 # Node ID db7b4d2eba4be1b2d4b287ea1a0062a4714ee0e9 # Parent 9ec5c37f11ba1af5059544c9a39dda5a8c384ed2 [doc/book] typos diff -r 9ec5c37f11ba -r db7b4d2eba4b 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