Commit 0ed3fa8a37f6dc2e59eeabb44e4df7660ee856bf

Russell Belfer 2013-05-06T05:53:13

Merge pull request #1550 from nvloff/fix_typo_in_branch_h branch.h: fix typo in docs

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/branch.h b/include/git2/branch.h
index b151713..d1838a6 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.
  */