From 8f669f133f35be6ca6a2156c9c98d271c29ee9b7 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 18 Jun 2025 13:22:03 +0300 Subject: [PATCH] Fix typo --- tests/web-server.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/web-server.scm b/tests/web-server.scm index 9ac58bb..e456bf3 100644 --- a/tests/web-server.scm +++ b/tests/web-server.scm @@ -196,7 +196,7 @@ (request-body-ended-prematurely-error? (get-message channel)))))) -;; Test hanlding of exceptions when writing the response to a client +;; Test handling of exceptions when writing the response to a client (run-fibers-for-tests (lambda () (let* ((exception-handled-sucecssfully-channel -- 2.34.1