fixed 'turtorial' type

This commit is contained in:
Robert Burnett 2024-12-04 18:33:17 -06:00
parent 961b87f285
commit 074ef2c2e5
24 changed files with 24 additions and 20 deletions

View file

@ -72,7 +72,7 @@
(declare (ignore l1) (ignore l2) (ignore l3) (ignore l4) (ignore jname))))
(defun start-tutorial ()
"Start turtorial."
"Start tutorial."
(initialize 'on-index)
(set-on-new-window 'on-page2 :path "/page2")
(open-browser))