summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)))