summaryrefslogtreecommitdiff
path: root/src/git/commit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/git/commit.h')
-rw-r--r--src/git/commit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git/commit.h b/src/git/commit.h
index a584273a1..6b5f98fac 100644
--- a/src/git/commit.h
+++ b/src/git/commit.h
@@ -38,7 +38,7 @@ GIT_EXTERN(git_commit *) git_commit_lookup(git_repository *repo, const git_oid *
* repository.
*
* @param repo The repository where the object will reside
- * @return the object if creation was posible; NULL otherwise
+ * @return the object if creation was possible; NULL otherwise
*/
GIT_EXTERN(git_commit *) git_commit_new(git_repository *repo);