summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul A. Patience <paul@apatience.com>2021-04-13 06:22:44 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-04-13 06:22:44 -0700
commitdcb9d994d05328efb37d704d88b54571bcd832ec (patch)
tree55fc95f059c3ebd4378c69a8160f20bffbc32056
parent84d83825378ae0b81d40f94366aee261eb256be9 (diff)
downloadtxr-dcb9d994d05328efb37d704d88b54571bcd832ec.tar.gz
txr-dcb9d994d05328efb37d704d88b54571bcd832ec.tar.bz2
txr-dcb9d994d05328efb37d704d88b54571bcd832ec.zip
repl: fix typo in plain mode banner.
* txr.c (banner): wth -> with.
-rw-r--r--txr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.c b/txr.c
index ccf7042b..76b66fd9 100644
--- a/txr.c
+++ b/txr.c
@@ -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")),