From fc15befdcdd81339378430fd1fc06b7a2505248a Mon Sep 17 00:00:00 2001 From: Josh Junon Date: Tue, 12 Apr 2016 21:50:18 -0700 Subject: [PATCH] Add missing ')' to callbacks documentation Super minor, but it was bugging me. There was a missing closing paren in the docs. --- include/git2/remote.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;