aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-20 16:32:05 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-20 16:33:10 -0700
commit78b85c221ffdc6d29856266f9bf7496aa00dbc7d (patch)
treeab0519d9d16e7ee0e4252ac88a31d3650f95ab15 /README.rst
parent987574e75dd9a9a4346a72fd6e8c5f85b64b904e (diff)
downloadconsfigurator-78b85c221ffdc6d29856266f9bf7496aa00dbc7d.tar.gz
"Lisp process" -> "Lisp image"
Following the HyperSpec's glossary. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 97bda72..4664084 100644
--- a/README.rst
+++ b/README.rst
@@ -18,7 +18,7 @@ Configurator has convenient abstractions for combining these different ways to
execute your configuration on hosts with different ways of connecting to them.
Connections can be arbitrarily nested. For example, to combine SSHing to a
Debian machine as an unprivileged user, using sudo to become root, and then
-starting up a Lisp process to execute your deployment code, you would just
+starting up a Lisp image to execute your deployment code, you would just
evaluate ``(deploy (:ssh (:sudo :user "root") :debian-sbcl) foo.example.com)``.
Declarative configuration management systems like Consfigurator and Propellor_