scribble/html-render: Fix typo in error message

This commit is contained in:
Samuel Bronson 2012-10-16 12:02:00 -04:00 committed by Matthew Flatt
parent 45bdaa131d
commit 11df3f9b20

View File

@ -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)