summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <carlosmn@github.com>2016-04-13 11:51:05 +0200
committerCarlos Martín Nieto <carlosmn@github.com>2016-04-13 11:51:05 +0200
commit029c93464f3124556286ccc46164c1d4181edfcc (patch)
tree7538992366343643f7f1b425c35751de908e6cb0
parenta2d3d2d3ace896bfc094ac665c2827d11b9977b7 (diff)
parentfc15befdcdd81339378430fd1fc06b7a2505248a (diff)
downloadlibgit2-029c93464f3124556286ccc46164c1d4181edfcc.tar.gz
Merge pull request #3740 from Qix-/patch-1
Add missing ')' to callbacks documentation
-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;