Mercurial > public > mercurial-scm > hg-stable
diff mercurial/match.py @ 26781: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 Wed Oct 14 03:30:27 2015 -0400 +++ b/mercurial/match.py Sat Oct 17 00:58:46 2015 +0200 @@ -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