diff options
author | Carlos Martín Nieto <cmn@elego.de> | 2011-03-28 14:53:52 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2011-03-29 19:58:18 +0300 |
commit | c7db45e862943e5806db89206a5e3e09c520a9d0 (patch) | |
tree | 83cc55d20407483df45f401479b1cf14ef3861f0 | |
parent | fa204962006541bd9c111bd7f3fa37ed2f8a2d7e (diff) | |
download | libgit2-c7db45e862943e5806db89206a5e3e09c520a9d0.tar.gz |
Match the comment with the error string
Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
-rw-r--r-- | include/git2/common.h | 2 |
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 |