mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 23:26:39 +00:00
Merge pull request #4022 from josharian/patch-1
remote: fix typo in git_fetch_init_options docs
This commit is contained in:
commit
5c18ece35f
@ -569,7 +569,7 @@ typedef struct {
|
|||||||
* Initializes a `git_fetch_options` with default values. Equivalent to
|
* Initializes a `git_fetch_options` with default values. Equivalent to
|
||||||
* creating an instance with GIT_FETCH_OPTIONS_INIT.
|
* creating an instance with GIT_FETCH_OPTIONS_INIT.
|
||||||
*
|
*
|
||||||
* @param opts the `git_push_options` instance to initialize.
|
* @param opts the `git_fetch_options` instance to initialize.
|
||||||
* @param version the version of the struct; you should pass
|
* @param version the version of the struct; you should pass
|
||||||
* `GIT_FETCH_OPTIONS_VERSION` here.
|
* `GIT_FETCH_OPTIONS_VERSION` here.
|
||||||
* @return Zero on success; -1 on failure.
|
* @return Zero on success; -1 on failure.
|
||||||
|
Loading…
Reference in New Issue
Block a user