[bknr-cvs] hans changed trunk/thirdparty/flexi-streams/length.lisp

BKNR Commits bknr at bknr.net
Mon Jun 30 13:30:40 UTC 2008


Revision: 3379
Author: hans
URL: http://bknr.net/trac/changeset/3379

Fix typo

U   trunk/thirdparty/flexi-streams/length.lisp

Modified: trunk/thirdparty/flexi-streams/length.lisp
===================================================================
--- trunk/thirdparty/flexi-streams/length.lisp	2008-06-29 14:26:31 UTC (rev 3378)
+++ trunk/thirdparty/flexi-streams/length.lisp	2008-06-30 09:40:56 UTC (rev 3379)
@@ -82,7 +82,7 @@
    (declare (fixnum end i))
    (when (> i end)
      (signal-encoding-error format "This sequence can't be decoded ~
-using ~A as it is too short.  ~A octet~:P missing at then end."
+using ~A as it is too short.  ~A octet~:P missing at the end."
                             (external-format-name format)
                             (- i end))))
   (:method ((format flexi-utf-16-format) start end i)




More information about the Bknr-cvs mailing list