mercurial/hgweb/common.py
branchstable
changeset 19951 d51c4d85ec23
parent 19032 7d31f2e42a8a
child 22577 a111e460318a
--- 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