diff options
author | Vicent Martà <vicent@github.com> | 2013-06-24 11:21:54 -0700 |
---|---|---|
committer | Vicent Martà <vicent@github.com> | 2013-06-24 11:21:54 -0700 |
commit | 353a90bedb6e679306f740fd0c1a08fc7934fbaa (patch) | |
tree | 47235e64e26e95f8d16b084c4d31f6a6b640d573 /include/git2/pack.h | |
parent | 09ee60c6d40821caec44ab8a769bbae1108cf71a (diff) | |
parent | e1967164574816b8bf6740ea17d08eeb26c091d2 (diff) | |
download | libgit2-353a90bedb6e679306f740fd0c1a08fc7934fbaa.tar.gz |
Merge pull request #1672 from TheRealKerni/fix/header_docs
Fixed most documentation header bugs
Diffstat (limited to 'include/git2/pack.h')
-rw-r--r-- | include/git2/pack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/pack.h b/include/git2/pack.h index 242bddd25..cc1f48add 100644 --- a/include/git2/pack.h +++ b/include/git2/pack.h @@ -112,7 +112,7 @@ GIT_EXTERN(int) git_packbuilder_insert_commit(git_packbuilder *pb, const git_oid * @param pb The packbuilder * @param path to the directory where the packfile and index should be stored * @param progress_cb function to call with progress information from the indexer (optional) - * @param progress_payload payload for the progress callback (optional) + * @param progress_cb_payload payload for the progress callback (optional) * * @return 0 or an error code */ |