summaryrefslogtreecommitdiffstats
path: root/XD.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--XD.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/XD.c b/XD.c
index c07ad6c..e3a7012 100644
--- a/XD.c
+++ b/XD.c
@@ -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;
}