fix(man): typo

This commit is contained in:
2025-09-07 17:58:42 -04:00
parent 01567bb069
commit 530f5a54c8
2 changed files with 2 additions and 2 deletions

2
XD.1
View File

@@ -85,6 +85,6 @@ $ \fBXD -e $?\fR
.br
In a git repository.
.br
The're staged changes.
There staged changes.
.br
Return code of 130, ctrl-c was pressed, or SIGTERM sent.

2
XD.c
View File

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