# HG changeset patch # User Sylvain Thénault # Date 1283794632 -7200 # Node ID 104453c4ed3e3ada10b722623a4eb43149579fea # Parent 9987f5525e207e30322c0ad5dfce71b05ac9d626 typo diff -r 9987f5525e20 -r 104453c4ed3e web/views/urlpublishing.py --- a/web/views/urlpublishing.py Fri Sep 03 15:42:14 2010 +0200 +++ b/web/views/urlpublishing.py Mon Sep 06 19:37:12 2010 +0200 @@ -120,6 +120,7 @@ self.urlpublisher = urlpublisher self.vreg = urlpublisher.vreg + class RawPathEvaluator(URLPathEvaluator): """handle path of the form:: diff -r 9987f5525e20 -r 104453c4ed3e web/views/urlrewrite.py --- a/web/views/urlrewrite.py Fri Sep 03 15:42:14 2010 +0200 +++ b/web/views/urlrewrite.py Mon Sep 06 19:37:12 2010 +0200 @@ -24,7 +24,7 @@ def rgx(pattern, flags=0): - """this is just a convenient shortcout to add the $ sign""" + """this is just a convenient shortcut to add the $ sign""" return re.compile(pattern+'$', flags) class metarewriter(type):