mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-21 15:07:23 +00:00
Merge pull request #2177 from shiftkey/typo-fix
corrected typo in error message
This commit is contained in:
commit
4a8692f633
@ -532,7 +532,7 @@ int git_index_write(git_index *index)
|
|||||||
if ((error = git_filebuf_open(
|
if ((error = git_filebuf_open(
|
||||||
&file, index->index_file_path, GIT_FILEBUF_HASH_CONTENTS, GIT_INDEX_FILE_MODE)) < 0) {
|
&file, index->index_file_path, GIT_FILEBUF_HASH_CONTENTS, GIT_INDEX_FILE_MODE)) < 0) {
|
||||||
if (error == GIT_ELOCKED)
|
if (error == GIT_ELOCKED)
|
||||||
giterr_set(GITERR_INDEX, "The index is locked. This might be due to a concurrrent or crashed process");
|
giterr_set(GITERR_INDEX, "The index is locked. This might be due to a concurrent or crashed process");
|
||||||
|
|
||||||
return error;
|
return error;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user