diff -r 17ad882a211f -r 75d6096216d7 web/views/urlpublishing.py --- a/web/views/urlpublishing.py Wed Mar 26 12:30:52 2014 +0100 +++ b/web/views/urlpublishing.py Tue Apr 22 16:39:19 2014 +0200 @@ -97,7 +97,7 @@ self.evaluators = sorted(evaluators, key=lambda x: x.priority) def process(self, req, path): - """Given a URL (essentialy caracterized by a path on the + """Given a URL (essentially characterized by a path on the server, but additional information may be found in the request object), return a publishing method identifier (e.g. controller) and an optional result set.