web/views/urlpublishing.py
changeset 9719 d02c8d77ac56
parent 8748 f5027f8d2478
child 9770 112c884b2d8d
--- a/web/views/urlpublishing.py	Mon Apr 14 23:00:19 2014 +0200
+++ b/web/views/urlpublishing.py	Wed Apr 30 10:13:10 2014 +0200
@@ -34,7 +34,7 @@
 
 3. :class:`cubicweb.web.views.urlpublishing.URLRewriteEvaluator`
    selects all urlrewriter components, sorts them according to their
-   priorty, call their ``rewrite()`` method, the first one that
+   priority, call their ``rewrite()`` method, the first one that
    doesn't raise a ``KeyError`` wins. This is where the
    :mod:`cubicweb.web.views.urlrewrite` and
    :class:`cubicweb.web.views.urlrewrite.SimpleReqRewriter` comes into