aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cl-asdf
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2010-01-09 06:04:30 +0800
committerolgeni <olgeni@FreeBSD.org>2010-01-09 06:04:30 +0800
commite20dad5ebaac15fe0fad5ae17969aaeb88541506 (patch)
treefe341e5916577a5c5d5bbe0180555da7481fba97 /devel/cl-asdf
parent9c2beeef230bb253477e75ca3413526130d2acd7 (diff)
downloadfreebsd-ports-gnome-e20dad5ebaac15fe0fad5ae17969aaeb88541506.tar.gz
freebsd-ports-gnome-e20dad5ebaac15fe0fad5ae17969aaeb88541506.tar.zst
freebsd-ports-gnome-e20dad5ebaac15fe0fad5ae17969aaeb88541506.zip
Fix file name in comments; spell check comment text.
Diffstat (limited to 'devel/cl-asdf')
-rw-r--r--devel/cl-asdf/files/asdf-init.lisp7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/cl-asdf/files/asdf-init.lisp b/devel/cl-asdf/files/asdf-init.lisp
index ce92bda5ab5b..9faaf6e5a50d 100644
--- a/devel/cl-asdf/files/asdf-init.lisp
+++ b/devel/cl-asdf/files/asdf-init.lisp
@@ -36,7 +36,7 @@
;; This file takes all necessary actions. The easiest way is to load
;; it in your Lisp every time it starts, by putting
;;
-;; (load "%%PREFIX%%/etc/freebsd-lisp-init")
+;; (load "%%PREFIX%%/etc/asdf-init.lisp")
;;
;; in your init file.
;;
@@ -174,7 +174,7 @@ system to Lisp. Note that this doesn't happen automatically for
variables defined in a Makefile, you'll have to pass these to the
environment in which Lisp runs explicitly.
-Scince accessing environment variables is not portable, this function
+Since accessing environment variables is not portable, this function
has to be extended for each Lisp implementation that is to work with
FreeBSDs Lisp ports. If you do this, you should probably extend
LISP-SPECIFIC-FASL-SUBDIR as well."
@@ -232,5 +232,4 @@ LISP-SPECIFIC-FASL-SUBDIR as well."
:defaults default-output-file))))
)
-
-;;; freebsd-lisp-init.lisp ends here
+;;; asdf-init.lisp ends here