Trivial spellling mistakes

I was just browsing the code and my english mispelling OCD kicked in.
This commit is contained in:
Chmouel Boudjnah 2015-03-18 09:40:54 +01:00
parent 48ab15a77d
commit 9173ce82ba

View File

@ -44,10 +44,10 @@
(format stream "~a://~a" type url))))) (format stream "~a://~a" type url)))))
(defgeneric fetch-file (fd-connection) (defgeneric fetch-file (fd-connection)
(:documentation "Suport for HTTP URI for files.")) (:documentation "Support for HTTP URI for files."))
(defgeneric expand (fd-connection) (defgeneric expand (fd-connection)
(:documentation "Suport for file archives.")) (:documentation "Support for file archives."))
(defmethod expand ((fd fd-connection)) (defmethod expand ((fd fd-connection))
"Expand the archive for the FD connection." "Expand the archive for the FD connection."