diff options
author | Squibid <me@zacharyscheiman.com> | 2025-02-27 12:45:40 -0600 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2025-02-27 12:45:40 -0600 |
commit | 50aa5f157f18b034314158fc4e9067c850ff0e59 (patch) | |
tree | dee21cb20b0e36d63cc32732aec642df68152b98 | |
parent | 8f20a84ef79d62857feed5857fa21287c313a960 (diff) | |
download | XD-50aa5f157f18b034314158fc4e9067c850ff0e59.tar.gz XD-50aa5f157f18b034314158fc4e9067c850ff0e59.tar.bz2 XD-50aa5f157f18b034314158fc4e9067c850ff0e59.zip |
typo :(
Diffstat (limited to '')
-rw-r--r-- | XD.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.") |