mercurial/subrepo.py
changeset 26781 1aee2ab0f902
parent 26587 56b2bcea2529
child 26940 91786f20db83
--- 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