fix typo
This commit is contained in:
parent
b89a69ed50
commit
1a2fcaa610
1 changed files with 1 additions and 1 deletions
2
XD.c
2
XD.c
|
|
@ -114,7 +114,7 @@ has_untracked(git_repository *repo)
|
||||||
GIT_STATUS_OPT_RENAMES_HEAD_TO_INDEX;
|
GIT_STATUS_OPT_RENAMES_HEAD_TO_INDEX;
|
||||||
|
|
||||||
if (git_status_list_new(&list, repo, &opts) < 0) {
|
if (git_status_list_new(&list, repo, &opts) < 0) {
|
||||||
l("Error checking for untacked changes: %s", git_error_last()->message);
|
l("Error checking for untracked changes: %s", git_error_last()->message);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue