Commit 8b79a3f9baed9077a9163314bb3525166c792323

punkymaniac 2021-06-02T14:46:12

Remove bad space in documentation

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/indexer.h b/include/git2/indexer.h
index 8059e4d..dc02f0b 100644
--- a/include/git2/indexer.h
+++ b/include/git2/indexer.h
@@ -51,7 +51,7 @@ typedef struct git_indexer_progress {
  * Type for progress callbacks during indexing.  Return a value less
  * than zero to cancel the indexing or download.
  *
- * @param stats Structure containing information about the state of the tran    sfer
+ * @param stats Structure containing information about the state of the transfer
  * @param payload Payload provided by caller
  */
 typedef int GIT_CALLBACK(git_indexer_progress_cb)(const git_indexer_progress *stats, void *payload);