Skip to content

Commit 76bdbda

Browse files
committed
Typo fix: "unknow" -> "unknown"
1 parent 67d525b commit 76bdbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quicklisp/http.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ the indexes in the header accordingly."
801801
(call (cdr (assoc (scheme url) *fetch-scheme-functions* :test 'equal))))
802802
(if call
803803
(apply call (urlstring url) file rest)
804-
(error "Unknow scheme ~S" url))))
804+
(error "Unknown scheme ~S" url))))
805805

806806
(defun http-fetch (url file &key (follow-redirects t) quietly
807807
(if-exists :rename-and-delete)

0 commit comments

Comments
 (0)