From 8a27847e215df22503f70a9bffc368154cc03ed9 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 24 Feb 2021 11:24:09 -0700 Subject: grammar Signed-off-by: Sean Whitton --- src/deployment.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3