Fix typo.

This commit is contained in:
Dominik Pantůček 2023-04-23 13:30:57 +02:00
parent 2e873ab8ba
commit 75de98779b

View file

@ -217,7 +217,7 @@
;; Returns true if given member should be notified in given number of months ;; Returns true if given member should be notified in given number of months
(define (member-to-notify? mr . mmonths) (define (member-to-notify? mr . mmonths)
(if (member-active? mr) (if (brmember-active? mr)
(let ((months (if (null? mmonths) (let ((months (if (null? mmonths)
1 1
(car mmonths))) (car mmonths)))