guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: installer: Fix typo.


From: guix-commits
Subject: 01/05: installer: Fix typo.
Date: Sat, 4 Jan 2020 20:40:20 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1133596b426e7ff291fee024273fb7dd0af9564e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jan 3 14:42:52 2020 +0100

    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 3439f21..519996f 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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]