From c7db45e862943e5806db89206a5e3e09c520a9d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Mon, 28 Mar 2011 14:53:52 +0200 Subject: [PATCH] Match the comment with the error string MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Martín Nieto --- include/git2/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/git2/common.h b/include/git2/common.h index 7d3518f82..e0c6bc542 100644 --- a/include/git2/common.h +++ b/include/git2/common.h @@ -161,7 +161,7 @@ /** This feature has not been implemented yet */ #define GIT_ENOTIMPLEMENTED (GIT_ERROR - 22) -/** A refernce or object of the same name already exists */ +/** A reference with this name already exists */ #define GIT_EEXISTS (GIT_ERROR - 23) GIT_BEGIN_DECL