commit 58b662ab7715ed2620ab1f7318b80dedb12ff947
parent 28e7d932c7d4b3d4dfc2b1078c32e7f6bab7f85a
Author: ben <benjaminlgreenman@gmail.com>
Date: Sat, 20 Feb 2016 18:18:02 -0500
typo: 'unrecognzied' -> 'unrecognized'
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scribble-lib/scribble/latex-render.rkt b/scribble-lib/scribble/latex-render.rkt
@@ -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