Skip to content

Commit 5c18ece

Browse files
author
Edward Thomson
authored
Merge pull request libgit2#4022 from josharian/patch-1
remote: fix typo in git_fetch_init_options docs
2 parents ae5838f + 72cee16 commit 5c18ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/git2/remote.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ typedef struct {
569569
* Initializes a `git_fetch_options` with default values. Equivalent to
570570
* creating an instance with GIT_FETCH_OPTIONS_INIT.
571571
*
572-
* @param opts the `git_push_options` instance to initialize.
572+
* @param opts the `git_fetch_options` instance to initialize.
573573
* @param version the version of the struct; you should pass
574574
* `GIT_FETCH_OPTIONS_VERSION` here.
575575
* @return Zero on success; -1 on failure.

0 commit comments

Comments
 (0)