aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-24 11:23:21 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-24 11:23:21 -0700
commite2500c91ed66f1d01298a4228486d0a2f1b69033 (patch)
tree61d9129db2df3feacc3e909f6119ae33d833b92e
parentfc7ccf492fe7f5af09bef6695f73abc4835ab354 (diff)
downloadconsfigurator-e2500c91ed66f1d01298a4228486d0a2f1b69033.tar.gz
capitalise symbol name
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--src/deployment.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deployment.lisp b/src/deployment.lisp
index 20bdb16..6ab8bb6 100644
--- a/src/deployment.lisp
+++ b/src/deployment.lisp
@@ -137,7 +137,7 @@ used by implementations of ESTABLISH-CONNECTION.")
(apply-propspec (propspec)
(when (and (subtypep (class-of *connection*) 'posix-connection)
(eq :lisp (propspec->type propspec)))
- (error "Cannot apply :lisp properties using POSIX connection"))
+ (error "Cannot apply :LISP properties using POSIX connection"))
(eval-propspec propspec)))
(connect (loop for connection in (ensure-cons connections)
collect (apply #'preprocess-connection-args