mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
installer: Fix typo.
* gnu/installer/parted.scm (create-btrfs-file-system): Fix typo in docstring.
This commit is contained in:
parent
42399ad7c6
commit
1133596b42
1 changed files with 1 additions and 1 deletions
|
@ -1012,7 +1012,7 @@ (define-syntax-rule (with-null-output-ports exp ...)
|
|||
(lambda () exp ...)))))
|
||||
|
||||
(define (create-btrfs-file-system partition)
|
||||
"Create an btrfs file-system for PARTITION file-name."
|
||||
"Create a btrfs file-system for PARTITION file-name."
|
||||
(with-null-output-ports
|
||||
(invoke "mkfs.btrfs" "-f" partition)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue