diff options
Diffstat (limited to 'src/push.h')
-rw-r--r-- | src/push.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/push.h b/src/push.h index 094f96ca9..53890f54b 100644 --- a/src/push.h +++ b/src/push.h @@ -83,7 +83,7 @@ int git_push_add_refspec(git_push *push, const char *refspec); * Update remote tips after a push * * @param push The push object - * @param signature The identity to use when updating reflogs + * @param callbacks The identity to use when updating reflogs * * @return 0 or an error code */ |