mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
fixes typos in tutorial 13
corrects typos, modifies directory name to match source code
This commit is contained in:
parent
78578b18d4
commit
f4c5bd60e4
1 changed files with 3 additions and 3 deletions
|
|
@ -5,11 +5,11 @@
|
|||
(in-package :clog-user)
|
||||
|
||||
(defun start-tutorial ()
|
||||
"Start turtorial."
|
||||
"Start tutorial."
|
||||
(format t "Tutorial 13 is a how to on building your own clog appliction.~%~
|
||||
Copy the directory - ~A~%~
|
||||
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."
|
||||
(merge-pathnames "./tutorial/tutorial13"
|
||||
(merge-pathnames "./tutorial/13-tutorial"
|
||||
(asdf:system-source-directory :clog))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue