From 1133596b426e7ff291fee024273fb7dd0af9564e Mon Sep 17 00:00:00 2001
From: Tobias Geerinckx-Rice <me@tobias.gr>
Date: Fri, 3 Jan 2020 14:42:52 +0100
Subject: [PATCH] installer: Fix typo.

* gnu/installer/parted.scm (create-btrfs-file-system): Fix typo in docstring.
---
 gnu/installer/parted.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/installer/parted.scm b/gnu/installer/parted.scm
index 3439f211e24..519996ff12b 100644
--- a/gnu/installer/parted.scm
+++ b/gnu/installer/parted.scm
@@ -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)))
 
-- 
GitLab