mcron: Fix typo.

master
Pierre Neidhardt 2019-09-10 17:14:46 +02:00
parent 0d06080bd3
commit 7928d66e1a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ The \"1\" means the key is cached."
#\newline))))
(define (gpg-key-cached?)
"Return #t of a key is cached in the GPG agent, #f otherwise."
"Return #t if a key is cached in the GPG agent, #f otherwise."
(let ((keyinfo (gpg-keyinfo)))
(not (null? (filter (lambda (info) (string= (list-ref info 6) "1"))
keyinfo)))))