1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

Fix typo in comment in message.scm: 'know' to 'known' warning types

* module/system/base/message.scm (%warning-types): Fix typo.
This commit is contained in:
Mark H Weaver 2012-02-13 00:06:43 -05:00
parent eec3a50867
commit db24306887

View file

@ -75,7 +75,7 @@
(printer warning-type-printer))
(define %warning-types
;; List of know warning types.
;; List of known warning types.
(map (lambda (args)
(apply make-warning-type args))