Merge pull request #399 from VisenDev/fix-typos

Typo fixes
This commit is contained in:
David Botton 2025-01-25 21:39:59 -05:00 committed by GitHub
commit c90db02d9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 24 additions and 20 deletions

View file

@ -17,6 +17,6 @@
'my-on-click)) 'my-on-click))
(defun start-tutorial () (defun start-tutorial ()
"Start turtorial." "Start tutorial."
(initialize 'on-new-window) (initialize 'on-new-window)
(open-browser)) (open-browser))

View file

@ -20,6 +20,6 @@
(create-section body :h1 :content "I change"))) (create-section body :h1 :content "I change")))
(defun start-tutorial () (defun start-tutorial ()
"Start turtorial." "Start tutorial."
(initialize 'on-new-window) (initialize 'on-new-window)
(open-browser)) (open-browser))

View file

@ -31,6 +31,6 @@
'my-on-click)) 'my-on-click))
(defun start-tutorial () (defun start-tutorial ()
"Start turtorial." "Start tutorial."
(initialize 'on-new-window) (initialize 'on-new-window)
(open-browser)) (open-browser))

View file

@ -79,6 +79,6 @@
(format t "Lost connection.~%~%~A" c)))) (format t "Lost connection.~%~%~A" c))))
(defun start-tutorial () (defun start-tutorial ()
"Start turtorial." "Start tutorial."
(initialize 'on-new-window) (initialize 'on-new-window)
(open-browser)) (open-browser))

View file

@ -84,6 +84,6 @@
(set-on-pointer-down div3 'on-mouse-down :cancel-event t :capture-pointer t))) (set-on-pointer-down div3 'on-mouse-down :cancel-event t :capture-pointer t)))
(defun start-tutorial () (defun start-tutorial ()
"Start turtorial." "Start tutorial."
(initialize 'on-new-window) (initialize 'on-new-window)
(open-browser)) (open-browser))

View file

@ -172,6 +172,6 @@
(setf (editablep panel3) t))) ; turn panel 3 into an editable area (setf (editablep panel3) t))) ; turn panel 3 into an editable area
(defun start-tutorial () (defun start-tutorial ()
"Start turtorial." "Start tutorial."
(initialize 'on-new-window) (initialize 'on-new-window)
(open-browser)) (open-browser))

View file

@ -33,6 +33,6 @@
(put-image-data cx dat 30 200))) (put-image-data cx dat 30 200)))
(defun start-tutorial () (defun start-tutorial ()
"Start turtorial." "Start tutorial."
(initialize 'on-new-window) (initialize 'on-new-window)
(open-browser)) (open-browser))

View file

@ -98,7 +98,7 @@
content)) content))
(defun start-tutorial () (defun start-tutorial ()
"Start turtorial." "Start tutorial."
;; Setup the default route / to on-main ;; Setup the default route / to on-main
;; :boot-function allows us to add or modify our boot-files content ;; :boot-function allows us to add or modify our boot-files content
;; for search engine optimization. We choose long-polling-first so ;; for search engine optimization. We choose long-polling-first so

View file

@ -52,6 +52,6 @@ Changes made to a local key will fire an event and print below:<br>"
(storage-element (window body) :session "my-session-key")))) (storage-element (window body) :session "my-session-key"))))
(defun start-tutorial () (defun start-tutorial ()
"Start turtorial." "Start tutorial."
(initialize 'on-new-window) (initialize 'on-new-window)
(open-browser)) (open-browser))

View file

@ -28,6 +28,6 @@
(set-on-time-update aud (lambda (obj)(declare (ignore obj))(setf (value alc) (media-position aud)))))) (set-on-time-update aud (lambda (obj)(declare (ignore obj))(setf (value alc) (media-position aud))))))
(defun start-tutorial () (defun start-tutorial ()
"Start turtorial." "Start tutorial."
(initialize 'on-new-window) (initialize 'on-new-window)
(open-browser)) (open-browser))

View file

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

View file

@ -266,6 +266,6 @@
""))) "")))
(defun start-tutorial () (defun start-tutorial ()
"Start turtorial." "Start tutorial."
(initialize 'on-new-window) (initialize 'on-new-window)
(open-browser)) (open-browser))

View file

@ -50,6 +50,6 @@
:one-time t)) :one-time t))
(defun start-tutorial () (defun start-tutorial ()
"Start turtorial." "Start tutorial."
(initialize 'on-new-window) (initialize 'on-new-window)
(open-browser)) (open-browser))

View file

@ -102,6 +102,6 @@
(open-browser))"))) (open-browser))")))
(defun start-tutorial () (defun start-tutorial ()
"Start turtorial." "Start tutorial."
(initialize 'on-new-window) (initialize 'on-new-window)
(open-browser)) (open-browser))

View file

@ -64,6 +64,6 @@
(set-height)))))) (set-height))))))
(defun start-tutorial () (defun start-tutorial ()
"Start turtorial." "Start tutorial."
(initialize 'on-new-window) (initialize 'on-new-window)
(open-browser)) (open-browser))

View file

@ -96,7 +96,7 @@
(setf (box-width image) "100%"))) (setf (box-width image) "100%")))
(defun start-tutorial () (defun start-tutorial ()
"Start turtorial." "Start tutorial."
;; We would probably set :host to my IP and :port 80 here if running a live site ;; We would probably set :host to my IP and :port 80 here if running a live site
(initialize 'on-new-window) (initialize 'on-new-window)
;; In real life, if we openning a browser here it would likely be ;; In real life, if we openning a browser here it would likely be

View file

@ -52,5 +52,6 @@
(center-children (bottom-panel console) :horizontal nil))) (center-children (bottom-panel console) :horizontal nil)))
(defun start-tutorial () (defun start-tutorial ()
"Start tutorial."
(initialize 'on-new-window) (initialize 'on-new-window)
(open-browser)) (open-browser))

View file

@ -62,5 +62,6 @@
(return)))))) (return))))))
(defun start-tutorial () (defun start-tutorial ()
"Start tutorial."
(initialize 'on-new-window) (initialize 'on-new-window)
(open-browser)) (open-browser))

View file

@ -61,6 +61,7 @@
;; Start the webserver ;; Start the webserver
(defun start-tutorial () (defun start-tutorial ()
"Start tutorial."
;; Initialize CLOG and the / url path (since / in our menu could just be nil) ;; Initialize CLOG and the / url path (since / in our menu could just be nil)
(initialize 'on-main (initialize 'on-main
;; Use long polling technique so pages are crawled by google ;; Use long polling technique so pages are crawled by google

View file

@ -33,6 +33,7 @@
"Setup website menu") "Setup website menu")
(defun start-tutorial () (defun start-tutorial ()
"Start tutorial."
;; Setup authorizations between roles and actions ;; Setup authorizations between roles and actions
(add-authorization '(:guest) '(:login :signup :main)) (add-authorization '(:guest) '(:login :signup :main))
(add-authorization '(:member) '(:logout :main)) (add-authorization '(:member) '(:logout :main))

View file

@ -42,6 +42,7 @@
"Setup website menu") "Setup website menu")
(defun start-tutorial () (defun start-tutorial ()
"Start tutorial."
;; Here we add authorizations for content and editting content, not just ;; Here we add authorizations for content and editting content, not just
;; access to pages. ;; access to pages.
(add-authorization '(:guest :member) '(:content-show-comments)) (add-authorization '(:guest :member) '(:content-show-comments))

View file

@ -12,7 +12,6 @@
(:export start-tutorial)) (:export start-tutorial))
(in-package :clog-tut-33) (in-package :clog-tut-33)
(defun on-new-window (body) (defun on-new-window (body)
(setf (title (html-document body)) "Tutorial 33") (setf (title (html-document body)) "Tutorial 33")
(with-connection-cache (body) (with-connection-cache (body)
@ -172,6 +171,6 @@
(select-tab p3)))))))) (select-tab p3))))))))
(defun start-tutorial () (defun start-tutorial ()
"Start turtorial." "Start tutorial."
(initialize 'on-new-window) (initialize 'on-new-window)
(open-browser)) (open-browser))

View file

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

View file

@ -182,6 +182,6 @@
(draw-scene)))) (draw-scene))))
(defun start-tutorial () (defun start-tutorial ()
"Start turtorial." "Start tutorial."
(initialize 'on-new-window) (initialize 'on-new-window)
(open-browser)) (open-browser))