diff options
author | Vicent Marti <tanoku@gmail.com> | 2011-06-29 15:11:34 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2011-06-30 22:28:19 +0200 |
commit | e0fc39da9a4425c0e188d30502ba321ff28e8319 (patch) | |
tree | 3f4ba4a8eed6a4d992108c65fe19a3f42dc32c30 /include/git2/config.h | |
parent | 1f61e301be9088bbe9e56411f669fce8a82ccb8d (diff) | |
download | libgit2-e0fc39da9a4425c0e188d30502ba321ff28e8319.tar.gz |
config: Fix unmatched parameters in docs
Diffstat (limited to 'include/git2/config.h')
-rw-r--r-- | include/git2/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/config.h b/include/git2/config.h index 05ff3090..75003645 100644 --- a/include/git2/config.h +++ b/include/git2/config.h @@ -263,7 +263,7 @@ GIT_EXTERN(int) git_config_set_string(git_config *cfg, const char *name, const c * * @param cfg where to get the variables from * @param callback the function to call on each variable - * @param data the data to pass to the callback + * @param payload the data to pass to the callback * @return GIT_SUCCESS or the return value of the callback which didn't return 0 */ GIT_EXTERN(int) git_config_foreach( |