aboutsummaryrefslogtreecommitdiff
path: root/src/connection.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-06 14:04:30 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-06 15:57:19 -0700
commitc10312f2f603b0be1d82fbcb7bded518f4111810 (patch)
tree4a5f7f616d9d8b0785712360929e8b4acb4a6e90 /src/connection.lisp
parent7ef647dceec894a93c33b12d4ebcad443670c1eb (diff)
downloadconsfigurator-c10312f2f603b0be1d82fbcb7bded518f4111810.tar.gz
fix capitalisation
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection.lisp')
-rw-r--r--src/connection.lisp2
1 files changed, 1 insertions, 1 deletions
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.