From 50aa5f157f18b034314158fc4e9067c850ff0e59 Mon Sep 17 00:00:00 2001 From: Squibid Date: Thu, 27 Feb 2025 12:45:40 -0600 Subject: typo :( --- XD.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'XD.c') diff --git a/XD.c b/XD.c index cdff606..df3d760 100644 --- a/XD.c +++ b/XD.c @@ -291,7 +291,7 @@ main(int argc, char *argv[]) /* change the nose depending on the current git repo's status */ if (has_staged(repo)) { - E("The're staged changes.") + E("They're staged changes.") P("*"); /* change to broken nose for staged changes */ } else if (has_untracked(repo)) { E("There are untracked changes in the repository.") -- cgit v1.2.1