From c10312f2f603b0be1d82fbcb7bded518f4111810 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 6 Mar 2021 14:04:30 -0700 Subject: fix capitalisation Signed-off-by: Sean Whitton --- src/connection.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/connection.lisp') diff --git a/src/connection.lisp b/src/connection.lisp index f3b786c..125f3ff 100644 --- a/src/connection.lisp +++ b/src/connection.lisp @@ -101,7 +101,7 @@ error condition just because EXIT is non-zero.")) (let ((*connection* (slot-value connection 'parent))) (call-next-method))) -;; only functional difference between WRITEFILE AND upload is what args they +;; only functional difference between WRITEFILE and UPLOAD is what args they ;; take: a string vs. a path. for a given connection type, they may have same ;; or different implementations. -- cgit v1.2.3