This commit is contained in:
2025-02-27 12:45:40 -06:00
parent 8f20a84ef7
commit 50aa5f157f

2
XD.c
View File

@ -291,7 +291,7 @@ main(int argc, char *argv[])
/* change the nose depending on the current git repo's status */ /* change the nose depending on the current git repo's status */
if (has_staged(repo)) { if (has_staged(repo)) {
E("The're staged changes.") E("They're staged changes.")
P("*"); /* change to broken nose for staged changes */ P("*"); /* change to broken nose for staged changes */
} else if (has_untracked(repo)) { } else if (has_untracked(repo)) {
E("There are untracked changes in the repository.") E("There are untracked changes in the repository.")