summaryrefslogtreecommitdiff
path: root/gnu/installer/steps.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-09-20 21:05:23 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-09-21 00:31:15 +0200
commite1f3788944ee154ba9b33c891c4ccf039a1ff39a (patch)
treea98185f486b8a3fe4f281385007e9e086ad0d772 /gnu/installer/steps.scm
parentae144ec797cebf6f00f80177101020e92e8f2c47 (diff)
downloadguix-patches-e1f3788944ee154ba9b33c891c4ccf039a1ff39a.tar
guix-patches-e1f3788944ee154ba9b33c891c4ccf039a1ff39a.tar.gz
installer: Fix docstring typoes.
* gnu/installer/connman.scm (connman-state, run-locale-page) (start-swapping, stop-swapping, run-installer-steps): Fix typo in docstring.
Diffstat (limited to 'gnu/installer/steps.scm')
-rw-r--r--gnu/installer/steps.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/installer/steps.scm b/gnu/installer/steps.scm
index 0b6d8e4649..16d74c207f 100644
--- a/gnu/installer/steps.scm
+++ b/gnu/installer/steps.scm
@@ -88,7 +88,7 @@
(rewind-strategy 'previous)
(menu-proc (const #f)))
"Run the COMPUTE procedure of all <installer-step> records in STEPS
-sequencially. If the &installer-step-abort condition is raised, fallback to a
+sequentially. If the &installer-step-abort condition is raised, fallback to a
previous install-step, accordingly to the specified REWIND-STRATEGY.
REWIND-STRATEGY possible values are 'previous, 'menu and 'start. If 'previous