From 4ae4a9bbd1c8b9464cc04c13508deca159491047 Mon Sep 17 00:00:00 2001 From: Jiri Pospisil Date: Mon, 3 Mar 2014 23:36:34 +0100 Subject: [PATCH] Fix typo --- include/git2/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/git2/object.h b/include/git2/object.h index c40631fa6..7a3e23906 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.