Mercurial > public > mercurial-scm > hg
diff mercurial/hgweb/common.py @ 19951:d51c4d85ec23 stable
spelling: random spell checker fixes
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Thu, 24 Oct 2013 01:49:56 +0800 |
parents | 7d31f2e42a8a |
children | a111e460318a |
line wrap: on
line diff
--- a/mercurial/hgweb/common.py Thu Oct 17 16:13:15 2013 +0800 +++ b/mercurial/hgweb/common.py Thu Oct 24 01:49:56 2013 +0800 @@ -22,7 +22,7 @@ """Check if username is a member of userlist. If userlist has a single '*' member, all users are considered members. - Can be overriden by extensions to provide more complex authorization + Can be overridden by extensions to provide more complex authorization schemes. """ return userlist == ['*'] or username in userlist