mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
installer: Fix typo in docstrings.
* gnu/packages/gnu/installer/parted.scm (force-user-partitions-formatting, format-user-partitions): Fix ‘formating’ docstring typo.
This commit is contained in:
parent
e7f4feba94
commit
f1a3c11407
1 changed files with 2 additions and 2 deletions
|
@ -898,7 +898,7 @@ (define* (create-adjacent-partitions! disk partitions
|
|||
(format #f "Unable to create partition ~a~%" name)))))))))
|
||||
|
||||
(define (force-user-partitions-formatting user-partitions)
|
||||
"Set the NEED-FORMATING? fields to #t on all <user-partition> records of
|
||||
"Set the NEED-FORMATTING? fields to #t on all <user-partition> records of
|
||||
USER-PARTITIONS list and return the updated list."
|
||||
(map (lambda (p)
|
||||
(user-partition
|
||||
|
@ -1177,7 +1177,7 @@ (define (luks-close user-partition)
|
|||
|
||||
(define (format-user-partitions user-partitions)
|
||||
"Format the <user-partition> records in USER-PARTITIONS list with
|
||||
NEED-FORMATING? field set to #t."
|
||||
NEED-FORMATTING? field set to #t."
|
||||
(for-each
|
||||
(lambda (user-partition)
|
||||
(let* ((need-formatting?
|
||||
|
|
Loading…
Reference in a new issue