We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d50f95 commit 12b7394Copy full SHA for 12b7394
include/git2/remote.h
@@ -796,7 +796,7 @@ GIT_EXTERN(int) git_remote_is_valid_name(const char *remote_name);
796
* for the remote will be removed.
797
*
798
* @param repo the repository in which to act
799
-* @param name the name of the remove to delete
+* @param name the name of the remote to delete
800
* @return 0 on success, or an error code.
801
*/
802
GIT_EXTERN(int) git_remote_delete(git_repository *repo, const char *name);
0 commit comments