From 12b7394cdd79a8053aefe62db7b977147300257a Mon Sep 17 00:00:00 2001 From: Remy Suen Date: Mon, 20 Mar 2017 22:30:37 +0900 Subject: [PATCH] Fix typo in remote.h API --- include/git2/remote.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);