浏览代码

Fix typo.

Jelmer Vernooij 14 年之前
父节点
当前提交
9a163b3590
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dulwich/object_store.py

+ 1 - 1
dulwich/object_store.py

@@ -593,7 +593,7 @@ class ObjectImporter(object):
         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)