wiki: typo.

This commit is contained in:
Andre D
2012-10-18 14:07:13 -05:00
committed by Neil Williams
parent e382c64a71
commit 377f3b5a43

View File

@@ -85,7 +85,7 @@ def may_revise(sr, user, page=None):
return False
if not user.can_wiki(default=True):
# Global wiki contributute ban
# Global wiki contribute ban
return False
if page and page.has_editor(user.name):