Skip to content
Snippets Groups Projects
Unverified Commit 1133596b authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

installer: Fix typo.

* gnu/installer/parted.scm (create-btrfs-file-system): Fix typo in docstring.
parent 42399ad7
No related branches found
No related tags found
No related merge requests found
......@@ -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)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment