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

@ -73,6 +73,6 @@ void main() {
(draw-arrays gl :TRIANGLES 0 3)))
(defun start-tutorial ()
"Start turtorial."
"Start tutorial."
(initialize 'on-new-window)
(open-browser))