[armedbear-cvs] r13722 - branches/1.0.x/abcl
mevenson at common-lisp.net
mevenson at common-lisp.net
Fri Jan 6 14:32:49 UTC 2012
Author: mevenson
Date: Fri Jan 6 06:32:48 2012
New Revision: 13722
Log:
backport r13709: spellcheck README.
Modified:
branches/1.0.x/abcl/README
Modified: branches/1.0.x/abcl/README
==============================================================================
--- branches/1.0.x/abcl/README Fri Jan 6 06:29:51 2012 (r13721)
+++ branches/1.0.x/abcl/README Fri Jan 6 06:32:48 2012 (r13722)
@@ -64,7 +64,7 @@
* Use the Ant build tool for Java environments.
-* Use the Netbeans 6.x IDE to open ABCL as a project.
+* Use the NetBeans 6.x IDE to open ABCL as a project.
* Bootstrap ABCL using a Common Lisp implementation. Supported
implementations for this process: SBCL, CMUCL, OpenMCL, Allegro
@@ -105,7 +105,7 @@
Using NetBeans
--------------
-Obtain and install the [Netbeans IDE][2]. One should be able to open
+Obtain and install the [NetBeans IDE][2]. One should be able to open
the ABCL directory as a project in the Netbeans 6.x application,
whereupon the usual build, run, and debug targets as invoked in the
GUI are available.
@@ -127,7 +127,7 @@
situation, paying attention to the comments in the file. The critical
step is to have Lisp special variable '*JDK*' point to the root of the
Java Development Kit. Underneath the directory referenced by the
-value of '*JDK*' there should be an exectuable Java compiler in
+value of '*JDK*' there should be an executable Java compiler in
'bin/javac' ('bin/java.exe' under Windows).
Then, one may either use the 'build-from-lisp.sh' shell script or load
@@ -176,8 +176,8 @@
ABCL is a conforming ANSI Common Lisp implementation. Any other
behavior should be reported as a bug.
-ABCL now has a manual stating its confomance to the ANSI standard,
-providing a compliant and practicalCommon Lisp implementation.
+ABCL now has a manual stating its conformance to the ANSI standard,
+providing a compliant and practical Common Lisp implementation.
Because of this,
@@ -188,7 +188,7 @@
Maxima's test suite runs without failures.
-### Deficencies
+### Deficiencies
The MOP implementation is incomplete.
More information about the armedbear-cvs
mailing list