aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2010-01-10 02:47:11 +0800
committerolgeni <olgeni@FreeBSD.org>2010-01-10 02:47:11 +0800
commit1f15f7dfb09c5868036530fa9dec2373ee916601 (patch)
tree4be63ad1d9cd218fdd0af32c1d223b4ed50e4575
parent332028963545c6839b23556f85f016e4beec1879 (diff)
downloadfreebsd-ports-gnome-1f15f7dfb09c5868036530fa9dec2373ee916601.tar.gz
freebsd-ports-gnome-1f15f7dfb09c5868036530fa9dec2373ee916601.tar.zst
freebsd-ports-gnome-1f15f7dfb09c5868036530fa9dec2373ee916601.zip
Fix more typos.
-rw-r--r--devel/cl-asdf/files/asdf-init.lisp10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/cl-asdf/files/asdf-init.lisp b/devel/cl-asdf/files/asdf-init.lisp
index 9faaf6e5a50d..351c24f4de3d 100644
--- a/devel/cl-asdf/files/asdf-init.lisp
+++ b/devel/cl-asdf/files/asdf-init.lisp
@@ -40,7 +40,7 @@
;;
;; in your init file.
;;
-;; Each Lisp implementation has it's own files where this can be done:
+;; Each Lisp implementation has its own files where this can be done:
;;
;; CLISP:
;; %%PREFIX%%/lib/clisp/config.lisp
@@ -68,9 +68,9 @@
;; We mess around with asdf:output-files in interesting ways to
;; enforce a filesystem layout that works without multiple Lisp
;; implementations overwriting their fasls. Basically, each lib has
-;; it's own directory in %%PREFIX%%/lib/common-lisp, initially
+;; its own directory in %%PREFIX%%/lib/common-lisp, initially
;; containing its sources. Each fasl port will create an
-;; implementation-specific subdirectory where all it's fasls go, for
+;; implementation-specific subdirectory where all its fasls go, for
;; example ./cmuclfasl, ./clispfasl etc.
;; Additionally, all fasl files have the pathname-type "fasl", not
@@ -123,7 +123,7 @@
(in-package :freebsd-asdf)
-;;;; Pathes
+;;;; Paths
(defvar *asdf-pathname*
"%%PREFIX%%/lib/common-lisp/asdf/asdf"
@@ -150,7 +150,7 @@ should modify that in order to add other directories.")
(defun lisp-specific-fasl-subdir ()
"Return the subdirectory in which fasl files for this Lisp
-implementations should be stored, as a sting without any slashes.
+implementations should be stored, as a string without any slashes.
If no subdirectory for the current implementation is known, signal an
error of type UNSUPPORTED-LISP-IMPLEMENTATION.