Commit c7db45e8 by Carlos Martín Nieto Committed by Vicent Marti

Match the comment with the error string

Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
parent fa204962
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment