diff -r bbf544b5f2e9 -r 1aee2ab0f902 mercurial/subrepo.py --- 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