# HG changeset patch # User Aurelien Campeas # Date 1236938867 -3600 # Node ID 1a9e386ebdda4223306f857c0c2715aecea62faf # Parent b91c7a7e8cb079175cee7336c6290e8d1e6234ad typos diff -r b91c7a7e8cb0 -r 1a9e386ebdda etwist/server.py --- a/etwist/server.py Fri Mar 13 11:07:16 2009 +0100 +++ b/etwist/server.py Fri Mar 13 11:07:47 2009 +0100 @@ -86,7 +86,7 @@ if config.repo_method == 'inmemory': reactor.addSystemEventTrigger('before', 'shutdown', self.shutdown_event) - # monkey path start_looping_task to get proper reactor integration + # monkey patch start_looping_task to get proper reactor integration self.appli.repo.__class__.start_looping_tasks = start_looping_tasks if config.pyro_enabled(): # if pyro is enabled, we have to register to the pyro name @@ -182,7 +182,7 @@ # don't allow anonymous on https connection return self.request_auth(req) if self.url_rewriter is not None: - # XXX should occurs before authentication? + # XXX should occur before authentication? try: path = self.url_rewriter.rewrite(host, origpath) except Redirect, ex: