mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
Merge pull request #193 from chmouel/patch-1
Trivial spellling mistakes
This commit is contained in:
commit
f9d70dee5c
@ -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…
x
Reference in New Issue
Block a user