diff options
-rw-r--r-- | shroud/ui.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shroud/ui.scm b/shroud/ui.scm index 31c66fa..51cb412 100644 --- a/shroud/ui.scm +++ b/shroud/ui.scm @@ -63,7 +63,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)) |