mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-03 19:35:06 +00:00
Match the comment with the error string
Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
This commit is contained in:
parent
fa20496200
commit
c7db45e862
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user