Commit 12b7394c by Remy Suen Committed by GitHub

Fix typo in remote.h API

parent 1d50f955
...@@ -796,7 +796,7 @@ GIT_EXTERN(int) git_remote_is_valid_name(const char *remote_name); ...@@ -796,7 +796,7 @@ GIT_EXTERN(int) git_remote_is_valid_name(const char *remote_name);
* for the remote will be removed. * for the remote will be removed.
* *
* @param repo the repository in which to act * @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. * @return 0 on success, or an error code.
*/ */
GIT_EXTERN(int) git_remote_delete(git_repository *repo, const char *name); GIT_EXTERN(int) git_remote_delete(git_repository *repo, const char *name);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment