Fix typo: git_object => git_blob

This commit is contained in:
J. David Ibáñez
2011-03-18 12:18:17 +01:00
parent c411fd8203
commit 6c7df765c1

View File

@@ -48,7 +48,7 @@ typedef struct {
OBJECT_STRUCT(Object, git_object, obj)
OBJECT_STRUCT(Commit, git_commit, commit)
OBJECT_STRUCT(Tree, git_tree, tree)
OBJECT_STRUCT(Blob, git_object, blob)
OBJECT_STRUCT(Blob, git_blob, blob)
typedef struct {
PyObject_HEAD