Skip to content

Commit 12b7394

Browse files
authored
Fix typo in remote.h API
1 parent 1d50f95 commit 12b7394

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)