Typo in error message.
This commit is contained in:
parent
4eaab11d14
commit
cc69dfbd71
|
@ -21,7 +21,7 @@
|
||||||
(if (bytes? expected)
|
(if (bytes? expected)
|
||||||
(list expected)
|
(list expected)
|
||||||
expected))
|
expected))
|
||||||
(error 'ftp "exected result code ~a, got ~a" expected line))))
|
(error 'ftp "expected result code ~a, got ~a" expected line))))
|
||||||
|
|
||||||
;; ftp-check-response : input-port output-port bytes-or-byteslist-or-#f (bytes any -> any) any -> any
|
;; ftp-check-response : input-port output-port bytes-or-byteslist-or-#f (bytes any -> any) any -> any
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user