Mercurial > hg > mercurial-crew
diff mercurial/util.py @ 26685:ce26928cbe41
spelling: behaviour -> behavior
author | timeless@mozdev.org |
---|---|
date | Fri, 28 Aug 2015 10:53:55 -0400 |
parents | 050dc6eabc92 |
children | 7b625baed995 |
line wrap: on
line diff
--- a/mercurial/util.py +++ b/mercurial/util.py @@ -2260,7 +2260,7 @@ class hooks(object): '''A collection of hook functions that can be used to extend a - function's behaviour. Hooks are called in lexicographic order, + function's behavior. Hooks are called in lexicographic order, based on the names of their sources.''' def __init__(self):