diff -r 17ad882a211f -r 75d6096216d7 web/views/basecontrollers.py --- a/web/views/basecontrollers.py Wed Mar 26 12:30:52 2014 +0100 +++ b/web/views/basecontrollers.py Tue Apr 22 16:39:19 2014 +0200 @@ -92,7 +92,7 @@ def publish(self, rset=None): """log in the instance""" path = self._cw.form.get('postlogin_path', '') - # redirect expect a URL, not a path. Also path may contains a query + # Redirect expects a URL, not a path. Also path may contain a query # string, hence should not be given to _cw.build_url() raise Redirect(self._cw.base_url() + path)