installer: Fix typo.

* gnu/installer/parted.scm (create-btrfs-file-system): Fix typo in docstring.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-03 14:42:52 +01:00
parent 42399ad7c6
commit 1133596b42
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C

@ -1012,7 +1012,7 @@ bit bucket."
(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)))