From f716aac05f33f723491dfcaa539559dbe1275c7e Mon Sep 17 00:00:00 2001 From: cms Date: Thu, 4 Feb 2021 15:12:22 +0000 Subject: [PATCH] fix typo in comment in 02-tutorial.lisp (apears -> appears) --- tutorial/02-tutorial.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/02-tutorial.lisp b/tutorial/02-tutorial.lisp index 111f462..2fb9f1d 100644 --- a/tutorial/02-tutorial.lisp +++ b/tutorial/02-tutorial.lisp @@ -6,7 +6,7 @@ (defun on-new-window (body) "On-new-window handler." - ;; Give your app a name that apears in the browser tab/window + ;; Give your app a name that appears in the browser tab/window (setf (title (html-document body)) "Tutorial 2") ;; The CLOG-body object gives you access to a number of other CLOG-Objects ;;