typo: 'unrecognzied' -> 'unrecognized'

This commit is contained in:
ben 2016-02-20 18:18:02 -05:00
parent 28e7d932c7
commit 58b662ab77

View File

@ -462,7 +462,7 @@
(unless (suppress-newline-content)
(printf "\\hspace*{\\fill}\\\\"))]
[else (error 'latex-render
"unrecognzied style symbol: ~s" style)])]
"unrecognized style symbol: ~s" style)])]
[(string? style-name)
(let* ([v (if style (style-properties style) null)]
[tt? (cond