[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).
- 01/20: tests: Increase installation VM memory size., (continued)
- 01/20: tests: Increase installation VM memory size., guix-commits, 2024/09/03
- 18/20: nginx: comment out fix-root-dirs, guix-commits, 2024/09/03
- 02/20: WIP use cut for stylistic reasons, guix-commits, 2024/09/03
- 15/20: gnu: nginx: Hide server header., guix-commits, 2024/09/03
- 14/20: gnu: Add rspamd., guix-commits, 2024/09/03
- 08/20: TEMP, guix-commits, 2024/09/03
- 20/20: file-systems: Add support for exFAT., guix-commits, 2024/09/03
- 03/20: services: dnsmasq: Fix some indentation., guix-commits, 2024/09/03
- 17/20: services: dovecot: Use modules via symlink to system profile., guix-commits, 2024/09/03
- 13/20: XXX pdns, guix-commits, 2024/09/03
- 19/20: file-systems: Fix typo in docstring.,
guix-commits <=
- 12/20: gnu: dovecot: Set moduledir to global directory., guix-commits, 2024/09/03
- 16/20: gnu: nginx: Patch installation file names., guix-commits, 2024/09/03