summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2017-03-20 14:32:57 +0100
committerGitHub <noreply@github.com>2017-03-20 14:32:57 +0100
commitc62179731a9568dc4df1466307b64cbc5486534c (patch)
tree1b1061c637045545fc6c6b0796a52f1a276515f9
parent1d50f95546fbebdb5a4c3d7212aa71f33ddfd393 (diff)
parent12b7394cdd79a8053aefe62db7b977147300257a (diff)
downloadlibgit2-c62179731a9568dc4df1466307b64cbc5486534c.tar.gz
Merge pull request #4171 from rcjsuen/patch-1
Fix typo in remote.h API
-rw-r--r--include/git2/remote.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h
index 691114172..244794e6a 100644
--- a/include/git2/remote.h
+++ b/include/git2/remote.h
@@ -796,7 +796,7 @@ GIT_EXTERN(int) git_remote_is_valid_name(const char *remote_name);
* for the remote will be removed.
*
* @param repo the repository in which to act
-* @param name the name of the remove to delete
+* @param name the name of the remote to delete
* @return 0 on success, or an error code.
*/
GIT_EXTERN(int) git_remote_delete(git_repository *repo, const char *name);