aboutsummaryrefslogtreecommitdiff
path: root/src/connection/local.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection/local.lisp')
-rw-r--r--src/connection/local.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/connection/local.lisp b/src/connection/local.lisp
index 6645178..abe6f01 100644
--- a/src/connection/local.lisp
+++ b/src/connection/local.lisp
@@ -23,8 +23,8 @@
(defclass local-connection (lisp-connection)
()
- (:documentation "The root deployment: applying properties to the machine the
-root Lisp is running on, as the root Lisp's uid."))
+ (:documentation
+ "Applying properties to the machine Lisp is running on, as Lisp's uid."))
(defmethod connection-run ((c local-connection) cmd (s stream))
;; see https://gitlab.common-lisp.net/asdf/asdf/-/issues/59