diff options
author | Jiri Pospisil <mekishizufu@gmail.com> | 2014-03-03 23:36:34 +0100 |
---|---|---|
committer | Jiri Pospisil <mekishizufu@gmail.com> | 2014-03-05 20:31:15 +0100 |
commit | 4ae4a9bbd1c8b9464cc04c13508deca159491047 (patch) | |
tree | 49058e29a3cbd655b52ac29c833107aad5691fd3 /include/git2/object.h | |
parent | 68581754f3a37e7712e3983acfeff0ff598e4eb6 (diff) | |
download | libgit2-4ae4a9bbd1c8b9464cc04c13508deca159491047.tar.gz |
Fix typo
Diffstat (limited to 'include/git2/object.h')
-rw-r--r-- | include/git2/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |