Kiln » Dependencies » Dulwich Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in master

Fix typo.

Changeset 895922c19dd0

Parent 20c1043c8c01

by Jelmer Vernooij

Changes to one file · Browse files at 895922c19dd0 Showing diff from parent 20c1043c8c01 Diff from another changeset...

 
593
594
595
596
 
597
598
599
 
593
594
595
 
596
597
598
599
@@ -593,7 +593,7 @@
  raise NotImplementedError(self.add_object)     def finish(self, object): - """Finish the imoprt and write objects to disk.""" + """Finish the import and write objects to disk."""   raise NotImplementedError(self.finish)