diff options
Diffstat (limited to 'src/git/tree.h')
-rw-r--r-- | src/git/tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git/tree.h b/src/git/tree.h index ecb8884b2..1726af2ab 100644 --- a/src/git/tree.h +++ b/src/git/tree.h @@ -40,7 +40,7 @@ GIT_EXTERN(git_tree *) git_tree_lookup(git_repository *repo, const git_oid *id); * 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_tree *) git_tree_new(git_repository *repo); |