Commit 72662202 by Nikolai Vladimirov

branch.h: fix typo in docs

parent 3e96e339
...@@ -237,7 +237,7 @@ GIT_EXTERN(int) git_branch_is_head( ...@@ -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.
*/ */
......
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