From 956ff032eea3196639ee321c9d2ecbf45c6aa415 Mon Sep 17 00:00:00 2001 From: "Desmond O. Chang" Date: Sat, 15 Jan 2011 13:22:11 +0800 Subject: [PATCH] fix typos --- asia.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asia.asciidoc b/asia.asciidoc index 3ae72fe..ed703ff 100644 --- a/asia.asciidoc +++ b/asia.asciidoc @@ -232,7 +232,7 @@ Custom Installer Sometimes you need a custom installation method. You can use the file +projects/_project-name_/installer.lisp+. This file should contain a lambda expression. ASIA reads it as a list, then coerce it to a -closure. All the symbols in the closure is in a temporary package +closure. All the symbols in the closure are in a temporary package which uses the package COMMON-LISP, ASDF and ASIA. When it's being evaluated, `*DEFAULT-PATHNAME-DEFAULTS*` is bound to +/_database-dir_/projects/_project-name_/+. @@ -246,7 +246,7 @@ Quickly install using `INSTALL-PROJECT` If you want to install a project from a different url and you don't want to modify the 'url' file temporarily, use the keyword parameter -`url` of `INSTALL-PROJECT`. See the documentation of +`:URL` of `INSTALL-PROJECT`. See the documentation of `INSTALL-PROJECT`.