aboutsummaryrefslogtreecommitdiff
path: root/gnu/build
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-10-12 16:41:19 +0200
committerLudovic Courtès <ludo@gnu.org>2023-10-12 18:53:06 +0200
commit8b8ab17561cad10ce2b613ece8e8cdfba729fc1a (patch)
tree600e01e93eb67af148c2193ab9e6fe3fa298821d /gnu/build
parentdaf38746df935d019c3dcdfdc73bd66513c80daa (diff)
downloadguix-8b8ab17561cad10ce2b613ece8e8cdfba729fc1a.tar
guix-8b8ab17561cad10ce2b613ece8e8cdfba729fc1a.tar.gz
accounts: Fix typo in comment.
* gnu/build/accounts.scm (passwd->shadow): Fix typo in comment.
Diffstat (limited to 'gnu/build')
-rw-r--r--gnu/build/accounts.scm2
1 files changed, 1 insertions, 1 deletions
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