summaryrefslogtreecommitdiff
path: root/gnu/installer/steps.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2025-02-19 11:11:03 +0200
committerEfraim Flashner <efraim@flashner.co.il>2025-02-19 11:21:47 +0200
commit66daf46b411ea68893d3066e654f38fc05d6f286 (patch)
tree2ce35923cbe23e485b483ad93db0a93bf144aee7 /gnu/installer/steps.scm
parent77ad73b333d80b60dd9861c75d1dd93d3e4ae33c (diff)
gnu: Fix some misspellings.
Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97
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 34dd14c9d56..b70e5ebda5e 100644
--- a/gnu/installer/steps.scm
+++ b/gnu/installer/steps.scm
@@ -92,7 +92,7 @@
92sequentially, inside a the 'installer-step prompt. When aborted to with a 92sequentially, inside a the 'installer-step prompt. When aborted to with a
93parameter of 'abort, fallback to a previous install-step, accordingly to the 93parameter of 'abort, fallback to a previous install-step, accordingly to the
94specified REWIND-STRATEGY. When aborted to with a parameter of 'break, stop 94specified REWIND-STRATEGY. When aborted to with a parameter of 'break, stop
95the computation and return the accumalated result so far. 95the computation and return the accumulated result so far.
96 96
97REWIND-STRATEGY possible values are 'previous, 'menu and 'start. If 'previous 97REWIND-STRATEGY possible values are 'previous, 'menu and 'start. If 'previous
98is selected, the execution will resume at the previous installer-step. If 98is selected, the execution will resume at the previous installer-step. If