aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-24 11:24:09 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-24 11:24:09 -0700
commit8a27847e215df22503f70a9bffc368154cc03ed9 (patch)
treecdc7bca59a1d09dac99dc45fa30e03ebb027095e
parente2500c91ed66f1d01298a4228486d0a2f1b69033 (diff)
downloadconsfigurator-8a27847e215df22503f70a9bffc368154cc03ed9.tar.gz
grammar
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 6ab8bb6..6cebee3 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 a POSIX connection"))
(eval-propspec propspec)))
(connect (loop for connection in (ensure-cons connections)
collect (apply #'preprocess-connection-args