mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 23:07:00 +02:00
Trivial spellling mistakes
I was just browsing the code and my english mispelling OCD kicked in.
This commit is contained in:
parent
48ab15a77d
commit
9173ce82ba
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user