diff options
Diffstat (limited to 'include/git2/oid.h')
| -rw-r--r-- | include/git2/oid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/oid.h b/include/git2/oid.h index aaa678cc0..7e071bac7 100644 --- a/include/git2/oid.h +++ b/include/git2/oid.h @@ -246,7 +246,7 @@ GIT_EXTERN(git_oid_shorten *) git_oid_shorten_new(size_t min_length); * memory-efficient. * * Attempting to add more than those OIDs will result in a - * GITERR_INVALID error + * GIT_ERROR_INVALID error * * @param os a `git_oid_shorten` instance * @param text_id an OID in text form |
