Commit c7db45e862943e5806db89206a5e3e09c520a9d0

Carlos Martín Nieto 2011-03-28T14:53:52

Match the comment with the error string Signed-off-by: Carlos Martín Nieto <cmn@elego.de>

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