summaryrefslogtreecommitdiff
path: root/gnu/installer
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-03 14:42:52 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-01-05 02:40:07 +0100
commit1133596b426e7ff291fee024273fb7dd0af9564e (patch)
tree60e18e275723387cc187f962fdd5f69d11e451d4 /gnu/installer
parent42399ad7c6876075d70cf6d1ea32bbf0cb41af29 (diff)
downloadguix-patches-1133596b426e7ff291fee024273fb7dd0af9564e.tar
guix-patches-1133596b426e7ff291fee024273fb7dd0af9564e.tar.gz
installer: Fix typo.
* gnu/installer/parted.scm (create-btrfs-file-system): Fix typo in docstring.
Diffstat (limited to 'gnu/installer')
-rw-r--r--gnu/installer/parted.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/installer/parted.scm b/gnu/installer/parted.scm
index 3439f211e2..519996ff12 100644
--- a/gnu/installer/parted.scm
+++ b/gnu/installer/parted.scm
@@ -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)))