fixes typos in tutorial 13

corrects typos, modifies directory name to match source code
This commit is contained in:
cms 2021-02-04 16:34:09 +00:00
parent 78578b18d4
commit f4c5bd60e4

View file

@ -5,11 +5,11 @@
(in-package :clog-user) (in-package :clog-user)
(defun start-tutorial () (defun start-tutorial ()
"Start turtorial." "Start tutorial."
(format t "Tutorial 13 is a how to on building your own clog appliction.~%~ (format t "Tutorial 13 is a how to on building your own clog appliction.~%~
Copy the directory - ~A~%~ Copy the directory - ~A~%~
to your ~~/common-lisp directory or other asdf / quicklisp~%~ to your ~~/common-lisp directory or other asdf / quicklisp~%~
directory. Then follow the directions in the tuturial 13 ~%~ directory. Then follow the directions in the 13-tutorial ~%~
directory." directory."
(merge-pathnames "./tutorial/tutorial13" (merge-pathnames "./tutorial/13-tutorial"
(asdf:system-source-directory :clog)))) (asdf:system-source-directory :clog))))