summaryrefslogtreecommitdiff
path: root/include/git2/common.h
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@elego.de>2011-03-28 14:53:52 +0200
committerVicent Marti <tanoku@gmail.com>2011-03-29 19:58:18 +0300
commitc7db45e862943e5806db89206a5e3e09c520a9d0 (patch)
tree83cc55d20407483df45f401479b1cf14ef3861f0 /include/git2/common.h
parentfa204962006541bd9c111bd7f3fa37ed2f8a2d7e (diff)
downloadlibgit2-c7db45e862943e5806db89206a5e3e09c520a9d0.tar.gz
Match the comment with the error string
Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Diffstat (limited to 'include/git2/common.h')
-rw-r--r--include/git2/common.h2
1 files changed, 1 insertions, 1 deletions
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