Typo in error message.

original commit: cc69dfbd7192055b776c60ef4ef07d79171bf574
This commit is contained in:
Eli Barzilay 2011-08-17 06:32:51 -04:00
parent eefd959974
commit 5555e8ccb9

View File

@ -21,7 +21,7 @@
(if (bytes? expected)
(list 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
;;