From 1a2fcaa6104caf3f9f06d6f4fdf20cc52e739075 Mon Sep 17 00:00:00 2001 From: Squibid Date: Thu, 19 Dec 2024 01:25:17 -0600 Subject: fix typo --- XD.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.1