# HG changeset patch # User John Rouillard # Date 1669433117 18000 # Node ID b34d1808b0aa87a9b76a30ca74aec4ffee9c2333 # Parent 537b24c593affb5ee7626bbec7c095ad71b2063a Fix typo in comment. diff -r 537b24c593af -r b34d1808b0aa roundup/cgi/client.py --- a/roundup/cgi/client.py Fri Nov 25 14:53:07 2022 -0500 +++ b/roundup/cgi/client.py Fri Nov 25 22:25:17 2022 -0500 @@ -764,7 +764,7 @@ # if we've made it this far the context is to a bit of # Roundup's real web interface (not a file being served up) - # so do the Anonymous Web Acess check now + # so do the Anonymous Web Access check now self.check_anonymous_access() # check for a valid csrf token identifying the right user