Skip to content
Snippets Groups Projects
Commit 8e9f986c authored by Kambiz Darabi's avatar Kambiz Darabi Committed by Robert Goldman
Browse files

Correct some spelling mistakes

Some typos are detected by Debian's codespell utility. I was asked to
fix them for debian packaging (see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809308).
parent 4b67f597
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ When you update ASDF, via e.g. `git pull` or a branch switch, you may have to up
make build-asdf-tools
The reason this is not done automatically everytime is because
The reason this is not done automatically every time is because
building it depends on a working ASDF;
but when you're modifying ASDF and testing it, you cannot rely on a working ASDF:
indeed, a developer may not only make mistakes, but may deliberately
......
......@@ -1255,7 +1255,7 @@ cl-asdf (1.89-1) unstable; urgency=low
* Improve duplicate names test: use equal instead of equalp.
From a comment from Faré.
* Remove CVS cruft
* Seperate CVS version of asdf.lisp from version of package. The tag
* Separate CVS version of asdf.lisp from version of package. The tag
is not the version of the package
-- Peter Van Eynde <pvaneynd@debian.org> Thu, 22 Sep 2005 12:52:31 +0200
......
......@@ -3053,7 +3053,7 @@ the default @code{defsystem} macro takes a @code{:class} keyword argument.
New component types are defined by subclassing one of the existing
component classes and specializing methods on the new component class.
@c FIXME: this should perhaps be explained more throughly,
@c FIXME: this should perhaps be explained more thoroughly,
@c not only by example ...
As an example, suppose we have some implementation-dependent
......
......@@ -59,7 +59,7 @@
:ld-flags
(list (namestring (compile-file-pathname "hello_aux.c" :type :object))))
;; This doesnt seem to work
;; This doesn't seem to work
;; (asdf:operate 'asdf:program-op :hellow
;; :ld-flags
;; (list (namestring (compile-file-pathname "hello_aux.c" :type :object))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment