web/views/basecontrollers.py
changeset 10222 75d6096216d7
parent 9700 da7d341cca76
child 10411 4ee15441f2eb
--- 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)