changeset 17506:a2105debbbd4

spelling: prior
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:18 -0700
parents ae791d371864
children f25613683e52
files mercurial/subrepo.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/subrepo.py	Fri Aug 17 13:58:18 2012 -0700
+++ b/mercurial/subrepo.py	Fri Aug 17 13:58:18 2012 -0700
@@ -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)))