diff options
author | Paul A. Patience <paul@apatience.com> | 2021-04-13 06:22:44 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-04-13 06:22:44 -0700 |
commit | 90f55f014e158110235200fdf6528224ba262880 (patch) | |
tree | 55fc95f059c3ebd4378c69a8160f20bffbc32056 | |
parent | 5928aec8aa7057aeab14c4cb5f29230fe062c62f (diff) | |
download | txr-90f55f014e158110235200fdf6528224ba262880.tar.gz txr-90f55f014e158110235200fdf6528224ba262880.tar.bz2 txr-90f55f014e158110235200fdf6528224ba262880.zip |
repl: fix typo in plain mode banner.
* txr.c (banner): wth -> with.
-rw-r--r-- | txr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -179,7 +179,7 @@ static void banner(void) format(std_output, if3(opt_noninteractive, lit("This is the TXR Lisp plain mode listener of TXR ~a.\n" - "Quit wth :quit or Ctrl-D on an empty line.\n"), + "Quit with :quit or Ctrl-D on an empty line.\n"), lit("This is the TXR Lisp interactive listener of TXR ~a.\n" "Quit with :quit or Ctrl-D on an empty line. " "Ctrl-X ? for cheatsheet.\n")), |