Explorar o código

Fix typo (thanks Lo-Lan-Do).

Jelmer Vernooij %!s(int64=16) %!d(string=hai) anos
pai
achega
655734ad35
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dulwich/repo.py

+ 1 - 1
dulwich/repo.py

@@ -228,7 +228,7 @@ class Repo(object):
         :return: tuple with number of objects, iterator over objects
         """
         wants = determine_wants(self.get_refs())
-        haves = self.object_store.find_common_revisions(graphwalker)
+        haves = self.object_store.find_common_revisions(graph_walker)
         return self.object_store.iter_shas(
             self.object_store.find_missing_objects(haves, wants, progress))