diff --git a/scheme/httpd/response.scm b/scheme/httpd/response.scm index c8971e5..7c8bf2f 100644 --- a/scheme/httpd/response.scm +++ b/scheme/httpd/response.scm @@ -271,7 +271,7 @@ '() (lambda (port options) (generic-title port) - (format port "This server recieved an invalid response from the upstream server it accessed in attempting to fulfill the request.~%") + (format port "This server received an invalid response from the upstream server it accessed in attempting to fulfill the request.~%") (close-html port extras))))))) (define (title-html out message)