diff options
Diffstat (limited to '')
-rw-r--r-- | XD.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ has_untracked(git_repository *repo) GIT_STATUS_OPT_RENAMES_HEAD_TO_INDEX; 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; } |