summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Junon <Qix-@users.noreply.github.com>2016-04-12 21:50:18 -0700
committerJosh Junon <Qix-@users.noreply.github.com>2016-04-12 21:50:18 -0700
commitfc15befdcdd81339378430fd1fc06b7a2505248a (patch)
tree7538992366343643f7f1b425c35751de908e6cb0
parenta2d3d2d3ace896bfc094ac665c2827d11b9977b7 (diff)
downloadlibgit2-fc15befdcdd81339378430fd1fc06b7a2505248a.tar.gz
Add missing ')' to callbacks documentation
Super minor, but it was bugging me. There was a missing closing paren in the docs.
-rw-r--r--include/git2/remote.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h
index c42d96710..4f345d30c 100644
--- a/include/git2/remote.h
+++ b/include/git2/remote.h
@@ -376,7 +376,7 @@ struct git_remote_callbacks {
/**
* Textual progress from the remote. Text send over the
* progress side-band will be passed to this function (this is
- * the 'counting objects' output.
+ * the 'counting objects' output).
*/
git_transport_message_cb sideband_progress;