summaryrefslogtreecommitdiff
path: root/src/push.h
diff options
context:
space:
mode:
authorBen Chatelain <ben@octop.ad>2015-07-27 18:32:55 -0600
committerBen Chatelain <ben@octop.ad>2015-07-27 18:32:55 -0600
commit08afd227dfd3ee56accd6d6ded3889f34c5329fc (patch)
tree228b1facbac22de0cbcd9071713bfd292eb80625 /src/push.h
parent2da64edb809c7c2dc7d4f2c6667ff9e1490bd625 (diff)
downloadlibgit2-08afd227dfd3ee56accd6d6ded3889f34c5329fc.tar.gz
Fix remaining documentation warnings
Diffstat (limited to 'src/push.h')
-rw-r--r--src/push.h2
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
*/