web/views/urlpublishing.py
changeset 10222 75d6096216d7
parent 10047 a1fde2d343b6
child 10582 bc2f6f0d7433
--- 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.