scribble/html-render: Fix typo in error message
original commit: 11df3f9b2022ddeabf376735b345c8bff0bdfebe
This commit is contained in:
parent
99f66dda80
commit
b033e80e4e
|
@ -1406,7 +1406,7 @@
|
|||
[(rang) '(8250)]
|
||||
[else (list i)])]
|
||||
[else
|
||||
(log-error (format "Unreocgnized element in content: ~e" i))
|
||||
(log-error (format "Unrecognized element in content: ~e" i))
|
||||
(list (format "~s" i))]))
|
||||
|
||||
(define/private (ascii-ize s)
|
||||
|
|
Loading…
Reference in New Issue
Block a user