Commit 029c93464f3124556286ccc46164c1d4181edfcc

Carlos Martín Nieto 2016-04-13T11:51:05

Merge pull request #3740 from Qix-/patch-1 Add missing ')' to callbacks documentation

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/remote.h b/include/git2/remote.h
index c42d967..4f345d3 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;