Mercurial > hg > mercurial-source
diff mercurial/match.py @ 27421:1aee2ab0f902
spelling: trivial spell checking
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Sat, 17 Oct 2015 00:58:46 +0200 |
parents | 56b2bcea2529 |
children | d500341e4f55 |
line wrap: on
line diff
--- a/mercurial/match.py +++ b/mercurial/match.py @@ -263,7 +263,7 @@ '''True if the matcher won't always match. Although it's just the inverse of _always in this implementation, - an extenion such as narrowhg might make it return something + an extension such as narrowhg might make it return something slightly different.''' return not self._always