From 153b4d894a9ed4afe959d46ad515f23e67fae101 Mon Sep 17 00:00:00 2001 From: "Arthur A. Gleckler" Date: Tue, 2 Nov 2021 22:38:08 -0700 Subject: [PATCH] Fix typo in comment. --- lib/chibi/net/http-server.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chibi/net/http-server.scm b/lib/chibi/net/http-server.scm index 57d9a227..a1bb3f4e 100644 --- a/lib/chibi/net/http-server.scm +++ b/lib/chibi/net/http-server.scm @@ -524,7 +524,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Sample main. In chibi-scheme you can run: ;; -;; chibi-scheme -Rchibi.net.http-config-server -- [] +;; chibi-scheme -Rchibi.net.http-server -- [] ;; ;; which defaults to serving the current directory on port 8000.