Commit 1d75acf7 by Vicent Martí

Merge pull request #1342 from ghedo/development

push: fix typo in git_push_finish() doc
parents fcd7733d 91f7335e
......@@ -85,7 +85,7 @@ GIT_EXTERN(int) git_push_update_tips(git_push *push);
* Note: To check if the push was successful (i.e. all remote references
* have been updated as requested), you need to call both
* `git_push_unpack_ok` and `git_push_status_foreach`. The remote
* repository might refused to update some or all of the references.
* repository might have refused to update some or all of the references.
*
* @param push The push object
*
......
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