accounts: Fix typo in comment.

* gnu/build/accounts.scm (passwd->shadow): Fix typo in comment.
This commit is contained in:
Ludovic Courtès 2023-10-12 16:41:19 +02:00
parent daf38746df
commit 8b8ab17561
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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