summaryrefslogtreecommitdiff
path: root/src/git/tree.h
diff options
context:
space:
mode:
authorBenjamin C Meyer <ben@meyerhome.net>2010-10-25 16:32:16 -0700
committerBenjamin C Meyer <ben@meyerhome.net>2010-10-25 16:53:17 -0700
commit0037e4919bcb53f7441a18c992d0cc70e8d1d931 (patch)
tree73ee9dba130723f3d7d15fbdca21e876d49080d9 /src/git/tree.h
parent544d15194ac6732833cc0933de15323803b3fc44 (diff)
downloadlibgit2-0037e4919bcb53f7441a18c992d0cc70e8d1d931.tar.gz
Fix spelling mistakes in the documentation.
Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
Diffstat (limited to 'src/git/tree.h')
-rw-r--r--src/git/tree.h2
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);