fixing typo in conf-verify-match

This commit is contained in:
Alex Shinn 2016-09-28 23:31:06 +09:00
parent 70c85542e2
commit 38b8a6056c

View file

@ -451,7 +451,7 @@
(every* (lambda (x)
(and (pair? x)
(conf-verify-match key-def (car x) warn)
(conf-verify-match val-def (cell-value x) warn)))
(conf-verify-match val-def (cell-value) warn)))
(cell-list)))))
((conf)
(and (alist? (cell-list))