guix-commits
[Top][All Lists]
Advanced

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

01/08: accounts: Fix typo in comment.


From: guix-commits
Subject: 01/08: accounts: Fix typo in comment.
Date: Thu, 12 Oct 2023 12:55:39 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 8b8ab17561cad10ce2b613ece8e8cdfba729fc1a
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Oct 12 16:41:19 2023 +0200

    accounts: Fix typo in comment.
    
    * gnu/build/accounts.scm (passwd->shadow): Fix typo in comment.
---
 gnu/build/accounts.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/build/accounts.scm b/gnu/build/accounts.scm
index 19ead9dca8..fa6f454b5e 100644
--- a/gnu/build/accounts.scm
+++ b/gnu/build/accounts.scm
@@ -526,7 +526,7 @@ password from USERS."
 
   (define now
     ;; On machines without a real-time clock (typically Arm SBCs), the system
-    ;; clock may be at 1970-01-01 while booting, while would lead us to define
+    ;; clock may be at 1970-01-01 while booting, which would lead us to define
     ;; NOW as zero.
     ;;
     ;; However, the 'isexpired' function in Shadow interprets the combination



reply via email to

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