mercurial/subrepo.py
changeset 17424 e7cfe3587ea4
parent 17191 5884812686f7
child 17443 1526ac765e29
--- a/mercurial/subrepo.py	Tue Aug 28 17:59:08 2012 -0500
+++ b/mercurial/subrepo.py	Wed Aug 15 22:38:42 2012 +0200
@@ -888,7 +888,7 @@
     def _gitnodir(self, commands, env=None, stream=False, cwd=None):
         """Calls the git command
 
-        The methods tries to call the git command. versions previor to 1.6.0
+        The methods tries to call the git command. versions prior to 1.6.0
         are not supported and very probably fail.
         """
         self._ui.debug('%s: git %s\n' % (self._relpath, ' '.join(commands)))