Skip to content

Commit

Permalink
Typo fix: "unknow" -> "unknown"
Browse files Browse the repository at this point in the history
  • Loading branch information
xach committed Feb 10, 2016
1 parent 67d525b commit 76bdbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quicklisp/http.lisp
Expand Up @@ -801,7 +801,7 @@ the indexes in the header accordingly."
(call (cdr (assoc (scheme url) *fetch-scheme-functions* :test 'equal))))
(if call
(apply call (urlstring url) file rest)
(error "Unknow scheme ~S" url))))
(error "Unknown scheme ~S" url))))

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

0 comments on commit 76bdbda

Please sign in to comment.