[doc] Typo
authorChristophe de Vienne <cdevienne@gmail.com>
Wed, 30 Apr 2014 10:13:10 +0200
changeset 9719 d02c8d77ac56
parent 9717 a6834e2dcc1b
child 9720 a7210c912507
[doc] Typo
web/views/urlpublishing.py
--- 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