mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-25 05:12:03 +00:00
Merge pull request #1550 from nvloff/fix_typo_in_branch_h
branch.h: fix typo in docs
This commit is contained in:
commit
0ed3fa8a37
@ -237,7 +237,7 @@ GIT_EXTERN(int) git_branch_is_head(
|
|||||||
*
|
*
|
||||||
* @return Number of characters in the reference name
|
* @return Number of characters in the reference name
|
||||||
* including the trailing NUL byte; GIT_ENOTFOUND
|
* including the trailing NUL byte; GIT_ENOTFOUND
|
||||||
* when no remote matching remote was gound,
|
* when no remote matching remote was found,
|
||||||
* GIT_EAMBIGUOUS when the branch maps to several remotes,
|
* GIT_EAMBIGUOUS when the branch maps to several remotes,
|
||||||
* otherwise an error code.
|
* otherwise an error code.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user