summaryrefslogtreecommitdiff
path: root/src/errors.c
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@elego.de>2011-03-29 12:25:46 +0200
committerCarlos Martín Nieto <cmn@elego.de>2011-03-29 12:25:46 +0200
commit05314b5bf449211726ca7d84f15db3077375a3cd (patch)
tree311b343c9c17e68fc0644c5cb92899fc132507cc /src/errors.c
parent9f7f4122cfa49f8932fd65f9751d96125c8155bc (diff)
downloadlibgit2-05314b5bf449211726ca7d84f15db3077375a3cd.tar.gz
Make GIT_EINVALIDTYPE available for use in config
Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Diffstat (limited to 'src/errors.c')
-rw-r--r--src/errors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/errors.c b/src/errors.c
index 880163f78..1dc54f945 100644
--- a/src/errors.c
+++ b/src/errors.c
@@ -13,7 +13,7 @@ static struct {
{GIT_EOBJTYPE, "The specified object is of invalid type"},
{GIT_EOBJCORRUPTED, "The specified object has its data corrupted"},
{GIT_ENOTAREPO, "The specified repository is invalid"},
- {GIT_EINVALIDTYPE, "The object type is invalid or doesn't match"},
+ {GIT_EINVALIDTYPE, "The object or config variable type is invalid or doesn't match"},
{GIT_EMISSINGOBJDATA, "The object cannot be written that because it's missing internal data"},
{GIT_EPACKCORRUPTED, "The packfile for the ODB is corrupted"},
{GIT_EFLOCKFAIL, "Failed to adquire or release a file lock"},