Avoid unintended pun.

This commit is contained in:
Eli Barzilay 2011-06-23 18:19:21 -04:00
parent d0d748c55a
commit a3c21be7f6

View File

@ -87,7 +87,7 @@
(cond [(not scheme) 80]
[(string=? scheme "http") 80]
[(string=? scheme "https") 443]
[else (url-error "Scheme ~a not supported" (url-scheme url))])))
[else (url-error "URL scheme ~s not supported" scheme)])))
(define current-connect-scheme (make-parameter "http"))