diff -r cce7ab960312 -r d51c4d85ec23 mercurial/hgweb/common.py --- 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