Commit 875b16eb by Vicent Marti

repository: Typo

parent cf028856
...@@ -564,7 +564,7 @@ GIT_EXTERN(int) git_repository_set_head_detached( ...@@ -564,7 +564,7 @@ GIT_EXTERN(int) git_repository_set_head_detached(
* *
* @param repo Repository pointer * @param repo Repository pointer
* @return 0 on success, GIT_EORPHANEDHEAD when HEAD points to a non existing * @return 0 on success, GIT_EORPHANEDHEAD when HEAD points to a non existing
* branchor an error code * branch or an error code
*/ */
GIT_EXTERN(int) git_repository_detach_head( GIT_EXTERN(int) git_repository_detach_head(
git_repository* repo); git_repository* repo);
......
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