From 42d7af2408ddbf0d3a97a8d865b73f45b23a6c38 Mon Sep 17 00:00:00 2001 From: David Botton Date: Sun, 10 Jul 2022 17:21:22 -0400 Subject: [PATCH] spelling error --- source/clog-utilities.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/clog-utilities.lisp b/source/clog-utilities.lisp index 485dc4d..1b07970 100644 --- a/source/clog-utilities.lisp +++ b/source/clog-utilities.lisp @@ -142,7 +142,7 @@ CLOG-OBJ unless :NAME is set and is used instead.")) "Escape STR for sending to browser script. If no-nil is t (default is nil) if str is NIL returns empty string otherwise returns nil. If html is t the quotes are changed to html entities and \n and \r are eliminated. Escape -string is ues for wire readiness i.e. ability to be evaluated client side +string is used for wire readiness i.e. ability to be evaluated client side and not for security purposes or html escapes." (if (and (not str) (not no-nil)) nil