diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2012-05-19 20:24:55 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2012-05-19 20:26:52 +0700 |
commit | d73c94b21c58d78a7bf268bc9e3b0f4daa11e514 (patch) | |
tree | a97f69fd7bace881a10ca650e2461078e6391ccd /include/git2/tree.h | |
parent | ad5df35a47d56c3d716d7a56eac4aeb611987c11 (diff) | |
download | libgit2-d73c94b21c58d78a7bf268bc9e3b0f4daa11e514.tar.gz |
Fix spelling errors.
Diffstat (limited to 'include/git2/tree.h')
-rw-r--r-- | include/git2/tree.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2/tree.h b/include/git2/tree.h index 777f8ff0d..8f62e752a 100644 --- a/include/git2/tree.h +++ b/include/git2/tree.h @@ -178,7 +178,7 @@ GIT_EXTERN(int) git_tree_create_fromindex(git_oid *oid, git_index *index); * * @param builder_p Pointer where to store the tree builder * @param source Source tree to initialize the builder (optional) - * @return 0 on sucess; error code otherwise + * @return 0 on success; error code otherwise */ GIT_EXTERN(int) git_treebuilder_create(git_treebuilder **builder_p, const git_tree *source); @@ -302,7 +302,7 @@ enum git_treewalk_mode { * data itself. * * If the callback returns a negative value, the passed entry - * will be skiped on the traversal. + * will be skipped on the traversal. * * @param tree The tree to walk * @param callback Function to call on each tree entry |