mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 20:42:23 +00:00
repository: Typo
This commit is contained in:
parent
cf028856bc
commit
875b16eb54
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user