We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75defb7 commit 8b79a3fCopy full SHA for 8b79a3f
include/git2/indexer.h
@@ -51,7 +51,7 @@ typedef struct git_indexer_progress {
51
* Type for progress callbacks during indexing. Return a value less
52
* than zero to cancel the indexing or download.
53
*
54
- * @param stats Structure containing information about the state of the tran sfer
+ * @param stats Structure containing information about the state of the transfer
55
* @param payload Payload provided by caller
56
*/
57
typedef int GIT_CALLBACK(git_indexer_progress_cb)(const git_indexer_progress *stats, void *payload);
0 commit comments