summaryrefslogtreecommitdiff
path: root/gnu/installer
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
parent77ad73b333d80b60dd9861c75d1dd93d3e4ae33c (diff)
gnu: Fix some misspellings.
Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97
Diffstat (limited to 'gnu/installer')
-rw-r--r--gnu/installer/newt.scm2
-rw-r--r--gnu/installer/newt/services.scm2
-rw-r--r--gnu/installer/parted.scm2
-rw-r--r--gnu/installer/steps.scm2
4 files changed, 4 insertions, 4 deletions
diff --git a/gnu/installer/newt.scm b/gnu/installer/newt.scm
index 1fe710340fb..521668a3b25 100644
--- a/gnu/installer/newt.scm
+++ b/gnu/installer/newt.scm
@@ -65,7 +65,7 @@
65 65
66(define (exit-error error) 66(define (exit-error error)
67 ;; Newt may be suspended in the context of the "install-system" 67 ;; Newt may be suspended in the context of the "install-system"
68 ;; procedure. Resume it unconditionnally. 68 ;; procedure. Resume it unconditionally.
69 (newt-resume) 69 (newt-resume)
70 (newt-set-color COLORSET-ROOT "white" "red") 70 (newt-set-color COLORSET-ROOT "white" "red")
71 (define action 71 (define action
diff --git a/gnu/installer/newt/services.scm b/gnu/installer/newt/services.scm
index 848683e8c77..a91a08668da 100644
--- a/gnu/installer/newt/services.scm
+++ b/gnu/installer/newt/services.scm
@@ -86,7 +86,7 @@ system.")
86 (abort-to-prompt 'installer-step 'abort))))) 86 (abort-to-prompt 'installer-step 'abort)))))
87 87
88(define (run-console-services-cbt-page) 88(define (run-console-services-cbt-page)
89 "Run a page to select various system adminstration services for non-graphical 89 "Run a page to select various system administration services for non-graphical
90systems." 90systems."
91 (let ((items (filter (lambda (service) 91 (let ((items (filter (lambda (service)
92 (eq? 'administration 92 (eq? 'administration
diff --git a/gnu/installer/parted.scm b/gnu/installer/parted.scm
index ccddc64f115..de2b4dc99bb 100644
--- a/gnu/installer/parted.scm
+++ b/gnu/installer/parted.scm
@@ -927,7 +927,7 @@ cause them to cross."
927 927
928 928
929;; 929;;
930;; Auto partitionning. 930;; Auto partitioning.
931;; 931;;
932 932
933(define* (create-adjacent-partitions! disk partitions 933(define* (create-adjacent-partitions! disk partitions
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