summaryrefslogtreecommitdiff
path: root/include/git2/branch.h
diff options
context:
space:
mode:
authorNikolai Vladimirov <nikolay@vladimiroff.com>2013-05-06 15:31:26 +0300
committerNikolai Vladimirov <nikolay@vladimiroff.com>2013-05-06 15:31:26 +0300
commit72662202ac4230fba8642f8b2844359377c16326 (patch)
tree8e35d55a325ac4946fd03a066398c1d3a99974b5 /include/git2/branch.h
parent3e96e3391cdce890e9030615fdb816301534accc (diff)
downloadlibgit2-72662202ac4230fba8642f8b2844359377c16326.tar.gz
branch.h: fix typo in docs
Diffstat (limited to 'include/git2/branch.h')
-rw-r--r--include/git2/branch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/branch.h b/include/git2/branch.h
index b15171360..d1838a63a 100644
--- a/include/git2/branch.h
+++ b/include/git2/branch.h
@@ -237,7 +237,7 @@ GIT_EXTERN(int) git_branch_is_head(
*
* @return Number of characters in the reference name
* 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,
* otherwise an error code.
*/