summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2025-02-27 12:45:40 -0600
committerSquibid <me@zacharyscheiman.com>2025-02-27 12:45:40 -0600
commit50aa5f157f18b034314158fc4e9067c850ff0e59 (patch)
treedee21cb20b0e36d63cc32732aec642df68152b98
parent8f20a84ef79d62857feed5857fa21287c313a960 (diff)
downloadXD-50aa5f157f18b034314158fc4e9067c850ff0e59.tar.gz
XD-50aa5f157f18b034314158fc4e9067c850ff0e59.tar.bz2
XD-50aa5f157f18b034314158fc4e9067c850ff0e59.zip
typo :(
-rw-r--r--XD.c2
1 files changed, 1 insertions, 1 deletions
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.")