diff options
| author | punkymaniac <punkymaniac@protonmail.ch> | 2021-06-02 14:46:12 +0200 |
|---|---|---|
| committer | punkymaniac <punkymaniac@protonmail.ch> | 2021-06-02 14:46:12 +0200 |
| commit | 8b79a3f9baed9077a9163314bb3525166c792323 (patch) | |
| tree | 4a401bd1eef9f4afeec0732b0725ddef26cf5f62 /include/git2 | |
| parent | 75defb75a81c68b5eaa9601d0d70b803928aa7a4 (diff) | |
| download | libgit2-8b79a3f9baed9077a9163314bb3525166c792323.tar.gz | |
Remove bad space in documentation
Diffstat (limited to 'include/git2')
| -rw-r--r-- | include/git2/indexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/indexer.h b/include/git2/indexer.h index 8059e4db3..dc02f0bc5 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); |
