[armedbear-cvs] r13576 - trunk/abcl/test/lisp/abcl
mevenson at common-lisp.net
mevenson at common-lisp.net
Tue Sep 6 14:07:27 UTC 2011
Author: mevenson
Date: Tue Sep 6 07:07:27 2011
New Revision: 13576
Log:
Correct misspelling.
Modified:
trunk/abcl/test/lisp/abcl/weak-hash-tables.lisp
Modified: trunk/abcl/test/lisp/abcl/weak-hash-tables.lisp
==============================================================================
--- trunk/abcl/test/lisp/abcl/weak-hash-tables.lisp Tue Sep 6 07:02:22 2011 (r13575)
+++ trunk/abcl/test/lisp/abcl/weak-hash-tables.lisp Tue Sep 6 07:07:27 2011 (r13576)
@@ -13,7 +13,7 @@
|#
(defun random-object ()
- "A randomly constructed object that is elgible for garbage collection."
+ "A randomly constructed object that is eligible for garbage collection."
(coerce (/ (random 10000) (1+ (random 10000)))
'single-float))
More information about the armedbear-cvs
mailing list