Commit c62179731a9568dc4df1466307b64cbc5486534c

Patrick Steinhardt 2017-03-20T14:32:57

Merge pull request #4171 from rcjsuen/patch-1 Fix typo in remote.h API

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/remote.h b/include/git2/remote.h
index 6911141..244794e 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);