summaryrefslogtreecommitdiff
path: root/include/git2/remote.h
diff options
context:
space:
mode:
authorCarson Howard <carsonh@axosoft.com>2018-03-27 10:05:21 -0700
committerCarson Howard <carsonh@axosoft.com>2018-03-27 10:05:21 -0700
commite6c720ea171506663384d4a969ee643166ee9533 (patch)
tree428d657999ff1096636ec6ce4cb17f8e40772071 /include/git2/remote.h
parent217add94008135035f19a7076ba20de4338d8220 (diff)
downloadlibgit2-e6c720ea171506663384d4a969ee643166ee9533.tar.gz
remote/proxy: fix git_transport_certificate_check_db comment
Diffstat (limited to 'include/git2/remote.h')
-rw-r--r--include/git2/remote.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h
index 22e2291d0..3d463dec1 100644
--- a/include/git2/remote.h
+++ b/include/git2/remote.h
@@ -432,8 +432,8 @@ struct git_remote_callbacks {
/**
* If cert verification fails, this will be called to let the
* user make the final decision of whether to allow the
- * connection to proceed. Returns 1 to allow the connection, 0
- * to disallow it or a negative value to indicate an error.
+ * connection to proceed. Returns 0 to allow the connection
+ * or a negative value to indicate an error.
*/
git_transport_certificate_check_cb certificate_check;