From 9173ce82ba9150b9fdcd8889fccd01dbfd7ebd24 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Wed, 18 Mar 2015 09:40:54 +0100 Subject: [PATCH] Trivial spellling mistakes I was just browsing the code and my english mispelling OCD kicked in. --- src/connection.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/connection.lisp b/src/connection.lisp index 23bc17a..a09848f 100644 --- a/src/connection.lisp +++ b/src/connection.lisp @@ -44,10 +44,10 @@ (format stream "~a://~a" type url))))) (defgeneric fetch-file (fd-connection) - (:documentation "Suport for HTTP URI for files.")) + (:documentation "Support for HTTP URI for files.")) (defgeneric expand (fd-connection) - (:documentation "Suport for file archives.")) + (:documentation "Support for file archives.")) (defmethod expand ((fd fd-connection)) "Expand the archive for the FD connection."