# HG changeset patch # User Christophe de Vienne # Date 1398845590 -7200 # Node ID d02c8d77ac56dac11b42dd7c7104406fe7aff95c # Parent a6834e2dcc1bb30a142f7a621edfdbe06bdbb100 [doc] Typo diff -r a6834e2dcc1b -r d02c8d77ac56 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