aboutsummaryrefslogtreecommitdiff
path: root/src/deployment.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-23 21:08:14 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-23 21:10:35 -0700
commitf11a3ace8152d1a3e0bef5b6fd79069427322149 (patch)
treeebcc341ad9848c2643205a237ad3d7ac5459882d /src/deployment.lisp
parent72cfc459c8dee8b78c2a9908bd5b0679fe2e82fc (diff)
downloadconsfigurator-f11a3ace8152d1a3e0bef5b6fd79069427322149.tar.gz
fix typo
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/deployment.lisp')
-rw-r--r--src/deployment.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deployment.lisp b/src/deployment.lisp
index a895807..42c6137 100644
--- a/src/deployment.lisp
+++ b/src/deployment.lisp
@@ -21,7 +21,7 @@
;;;; Deployments
(defun %consfigure (connections host)
- "Configurator's primary loop, recursively binding *CONNECTION* and *HOST*.
+ "Consfigurator's primary loop, recursively binding *CONNECTION* and *HOST*.
Assumes arguments to connections in CONNECTIONS have been both normalised and
preprocessed."