fix typo
This commit is contained in:
parent
7bdd94cdb5
commit
4d7f10960c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue