From 9fffc97dee2d245514c86f17cf241521b58b094e Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Thu, 28 Jan 2010 23:50:27 -0700 Subject: [PATCH] fix spelling of no-break-space Signed-off-by: Kevin Rosenberg --- sql/expressions.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/expressions.lisp b/sql/expressions.lisp index 2cb7339..d78e386 100644 --- a/sql/expressions.lisp +++ b/sql/expressions.lisp @@ -249,7 +249,7 @@ ;; the next loop simply emits each sub-expression with the appropriate number of ;; parens and operators (flet ((trim (sub) - (string-trim '(#\space #\newline #\return #\tab #\no-break_space) + (string-trim '(#\space #\newline #\return #\tab #\no-break-space) (with-output-to-string (*sql-stream*) (output-sql sub database))))) (let ((str-subs (loop for sub in sub-expressions -- 2.34.1