diff options
| author | Vicent Martà <tanoku@gmail.com> | 2011-07-13 18:02:59 -0700 |
|---|---|---|
| committer | Vicent Martà <tanoku@gmail.com> | 2011-07-13 18:02:59 -0700 |
| commit | 18bdba0e1a1777f01f13ba24ed4c79e438aea218 (patch) | |
| tree | b432a8ee6892580405631f3f64cdff3f56d3ebc1 /include | |
| parent | 8dc91e31f347464f8fbee6de870c5a910718dac0 (diff) | |
| parent | 91d8a4c077dd1fbb89706ab4293fef3ea2187c96 (diff) | |
| download | libgit2-18bdba0e1a1777f01f13ba24ed4c79e438aea218.tar.gz | |
Merge pull request #324 from carlosmn/development
typo: one git_remote_fetchspec should be pushspec
Diffstat (limited to 'include')
| -rw-r--r-- | include/git2/remote.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h index fc05867c7..7775070d8 100644 --- a/include/git2/remote.h +++ b/include/git2/remote.h @@ -87,7 +87,7 @@ GIT_EXTERN(const git_refspec *) git_remote_fetchspec(struct git_remote *remote); * @return a pointer to the push refspec or NULL if it doesn't exist */ -GIT_EXTERN(const git_refspec *) git_remote_fetchspec(struct git_remote *remote); +GIT_EXTERN(const git_refspec *) git_remote_pushspec(struct git_remote *remote); /** * Open a connection to a remote |
