diff options
-rw-r--r-- | haunt/ui.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |