From 72662202ac4230fba8642f8b2844359377c16326 Mon Sep 17 00:00:00 2001 From: Nikolai Vladimirov Date: Mon, 6 May 2013 15:31:26 +0300 Subject: [PATCH] branch.h: fix typo in docs --- include/git2/branch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */