Skip to content

Commit c621797

Browse files
authored
Merge pull request libgit2#4171 from rcjsuen/patch-1
Fix typo in remote.h API
2 parents 1d50f95 + 12b7394 commit c621797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/git2/remote.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ GIT_EXTERN(int) git_remote_is_valid_name(const char *remote_name);
796796
* for the remote will be removed.
797797
*
798798
* @param repo the repository in which to act
799-
* @param name the name of the remove to delete
799+
* @param name the name of the remote to delete
800800
* @return 0 on success, or an error code.
801801
*/
802802
GIT_EXTERN(int) git_remote_delete(git_repository *repo, const char *name);

0 commit comments

Comments
 (0)