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