Skip to content

Commit 8b79a3f

Browse files
committed
Remove bad space in documentation
1 parent 75defb7 commit 8b79a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/git2/indexer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ typedef struct git_indexer_progress {
5151
* Type for progress callbacks during indexing. Return a value less
5252
* than zero to cancel the indexing or download.
5353
*
54-
* @param stats Structure containing information about the state of the tran sfer
54+
* @param stats Structure containing information about the state of the transfer
5555
* @param payload Payload provided by caller
5656
*/
5757
typedef int GIT_CALLBACK(git_indexer_progress_cb)(const git_indexer_progress *stats, void *payload);

0 commit comments

Comments
 (0)