From 4bb91f441acba09dadcaa6544d2f28de798e5b19 Mon Sep 17 00:00:00 2001 From: jgart Date: Mon, 12 Jun 2023 20:47:44 -0500 Subject: ui: Fix typo in leave function docstring. * haunt/ui.scm: Fix typo. --- haunt/ui.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haunt/ui.scm b/haunt/ui.scm index 55d9229..94ac9b0 100644 --- a/haunt/ui.scm +++ b/haunt/ui.scm @@ -81,7 +81,7 @@ There is NO WARRANTY, to the extent permitted by law.~%" (exit 0)) (define (leave format-string . args) - "Display error message and exist." + "Display error message and exit." (apply format (current-error-port) format-string args) (newline) (exit 1)) -- cgit v1.2.3