Mercurial > p > roundup > code
changeset 7079:b34d1808b0aa
Fix typo in comment.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 25 Nov 2022 22:25:17 -0500 |
| parents | 537b24c593af |
| children | dd15c307c409 |
| files | roundup/cgi/client.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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
