[elephant-cvs] CVS elephant/src/elephant
rread
rread at common-lisp.net
Sat Feb 17 16:48:17 UTC 2007
Update of /project/elephant/cvsroot/elephant/src/elephant
In directory clnet:/tmp/cvs-serv30705/src/elephant
Modified Files:
serializer2.lisp
Log Message:
Fixing typo -- uft to utf
--- /project/elephant/cvsroot/elephant/src/elephant/serializer2.lisp 2007/02/16 23:02:53 1.24
+++ /project/elephant/cvsroot/elephant/src/elephant/serializer2.lisp 2007/02/17 16:48:17 1.25
@@ -355,7 +355,7 @@
(,+nil+ . "null")
(,+utf8-string+ . "UTF8 string")
(,+utf16-string+ . "UTF16le string")
- (,+uft32-string+ . "UTF32le string")
+ (,+utf32-string+ . "UTF32le string")
(,+symbol+ . "symbol")
(,+pathname+ . "pathname")
(,+persistent+ . "persistent object")
More information about the Elephant-cvs
mailing list