# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1240906250 -7200 # Node ID 53d28ac028685f38a66c6abc2dd3ff2d24c43f33 # Parent 742aff97dbf73026823e1f3dd1b7316548d66bdb typo diff -r 742aff97dbf7 -r 53d28ac02868 selectors.py --- a/selectors.py Tue Apr 28 10:10:04 2009 +0200 +++ b/selectors.py Tue Apr 28 10:10:50 2009 +0200 @@ -404,7 +404,7 @@ @objectify_selector @lltrace def authenticated_user(cls, req, *args, **kwargs): - """accept if user is anonymous""" + """accept if user is authenticated""" if req.cnx.anonymous_connection: return 0 return 1