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:
parent
eec3a50867
commit
db24306887
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue