fix typo
This commit is contained in:
parent
7bdd94cdb5
commit
4d7f10960c
|
@ -271,7 +271,7 @@
|
||||||
'()
|
'()
|
||||||
(lambda (port options)
|
(lambda (port options)
|
||||||
(generic-title port)
|
(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)))))))
|
(close-html port extras)))))))
|
||||||
|
|
||||||
(define (title-html out message)
|
(define (title-html out message)
|
||||||
|
|
Loading…
Reference in New Issue