mercurial/discovery.py
changeset 17424 e7cfe3587ea4
parent 17254 0deb66d4ad81
child 17537 31f32a96e1e3
--- a/mercurial/discovery.py	Tue Aug 28 17:59:08 2012 -0500
+++ b/mercurial/discovery.py	Wed Aug 15 22:38:42 2012 +0200
@@ -21,7 +21,7 @@
       any longer.
     "heads" is either the supplied heads, or else the remote's heads.
 
-    If you pass heads and they are all known locally, the reponse lists justs
+    If you pass heads and they are all known locally, the response lists just
     these heads in "common" and in "heads".
 
     Please use findcommonoutgoing to compute the set of outgoing nodes to give
@@ -348,7 +348,7 @@
 def visiblebranchmap(repo):
     """return a branchmap for the visible set"""
     # XXX Recomputing this data on the fly is very slow.  We should build a
-    # XXX cached version while computin the standard branchmap version.
+    # XXX cached version while computing the standard branchmap version.
     sroots = repo._phasecache.phaseroots[phases.secret]
     if sroots or repo.obsstore:
         vbranchmap = {}