guix-commits
[Top][All Lists]
Advanced

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

19/20: file-systems: Fix typo in docstring.


From: guix-commits
Subject: 19/20: file-systems: Fix typo in docstring.
Date: Tue, 3 Sep 2024 16:19:02 -0400 (EDT)

nckx pushed a commit to branch mol
in repository guix.

commit 820d4dedc7583676b9b452f628b651be30d2d3d7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 5 01:00:00 2023 +0100

    file-systems: Fix typo in docstring.
    
    * gnu/build/file-systems.scm (check-bcachefs-file-system): Fix docstring 
typo.
    
    Change-Id: Ie5c13822150fe1a75781ee6af86826dfca9cf861
---
 gnu/build/file-systems.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/build/file-systems.scm b/gnu/build/file-systems.scm
index 9ceb2fda4e..a16ec016f2 100644
--- a/gnu/build/file-systems.scm
+++ b/gnu/build/file-systems.scm
@@ -376,7 +376,7 @@ bytevector."
   "Return the health of an unmounted bcachefs file system on DEVICE.  If FORCE?
 is true, check the file system even if it's marked as clean.  If REPAIR is
 false, do not write to the file system to fix errors.  If it's #t, fix all
-errors. Otherwise, fix only those considered safe to repair automatically."
+errors.  Otherwise, fix only those considered safe to repair automatically."
   (let ((ignored-bits (logior 2))       ; DEVICE was mounted read-only
         (status
          ;; A number, or #f on abnormal termination (e.g., assertion failure).



reply via email to

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