guix-commits
[Top][All Lists]
Advanced

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

07/07: installer: Fix typo in docstrings.


From: guix-commits
Subject: 07/07: installer: Fix typo in docstrings.
Date: Fri, 1 Oct 2021 15:33:30 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f1a3c11407b52004e523ec5de20d326c5661681f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Sep 27 16:37:51 2021 +0200

    installer: Fix typo in docstrings.
    
    * gnu/packages/gnu/installer/parted.scm
    (force-user-partitions-formatting, format-user-partitions):
    Fix ‘formating’ docstring typo.
---
 gnu/installer/parted.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/installer/parted.scm b/gnu/installer/parted.scm
index 83a8836..cbe6760 100644
--- a/gnu/installer/parted.scm
+++ b/gnu/installer/parted.scm
@@ -898,7 +898,7 @@ partition."
                 (format #f "Unable to create partition ~a~%" name)))))))))
 
 (define (force-user-partitions-formatting user-partitions)
-  "Set the NEED-FORMATING? fields to #t on all <user-partition> records of
+  "Set the NEED-FORMATTING? fields to #t on all <user-partition> records of
 USER-PARTITIONS list and return the updated list."
   (map (lambda (p)
          (user-partition
@@ -1177,7 +1177,7 @@ USER-PARTITION if it is encrypted, or the plain file-name 
otherwise."
 
 (define (format-user-partitions user-partitions)
   "Format the <user-partition> records in USER-PARTITIONS list with
-NEED-FORMATING? field set to #t."
+NEED-FORMATTING? field set to #t."
   (for-each
    (lambda (user-partition)
      (let* ((need-formatting?



reply via email to

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