From e0fc39da9a4425c0e188d30502ba321ff28e8319 Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Wed, 29 Jun 2011 15:11:34 +0200 Subject: [PATCH] config: Fix unmatched parameters in docs --- include/git2/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/git2/config.h b/include/git2/config.h index 05ff3090a..750036454 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(