Commit 4ae4a9bbd1c8b9464cc04c13508deca159491047

Jiri Pospisil 2014-03-03T23:36:34

Fix typo

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/object.h b/include/git2/object.h
index c40631f..7a3e239 100644
--- a/include/git2/object.h
+++ b/include/git2/object.h
@@ -143,7 +143,7 @@ GIT_EXTERN(git_repository *) git_object_owner(const git_object *obj);
 GIT_EXTERN(void) git_object_free(git_object *object);
 
 /**
- * Convert an object type to it's string representation.
+ * Convert an object type to its string representation.
  *
  * The result is a pointer to a string in static memory and
  * should not be free()'ed.