Mercurial > public > mercurial-scm > hg-stable
diff mercurial/subrepo.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 | 91786f20db83 |
line wrap: on
line diff
--- a/mercurial/subrepo.py Wed Oct 14 03:30:27 2015 -0400 +++ b/mercurial/subrepo.py Sat Oct 17 00:58:46 2015 +0200 @@ -418,7 +418,7 @@ ``ctx`` is the context referring this subrepository in the parent repository. - ``path`` is the path to this subrepositiry as seen from + ``path`` is the path to this subrepository as seen from innermost repository. """ self.ui = ctx.repo().ui @@ -1056,7 +1056,7 @@ @propertycache def wvfs(self): - """return own wvfs for efficiency and consitency + """return own wvfs for efficiency and consistency """ return self._repo.wvfs