Changeset 3379

Show
Ignore:
Timestamp:
06/30/08 11:40:56 (6 months ago)
Author:
hans
Message:

Fix typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/thirdparty/flexi-streams/length.lisp

    r3210 r3379  
    8383   (when (> i end) 
    8484     (signal-encoding-error format "This sequence can't be decoded ~ 
    85 using ~A as it is too short.  ~A octet~:P missing at then end." 
     85using ~A as it is too short.  ~A octet~:P missing at the end." 
    8686                            (external-format-name format) 
    8787                            (- i end))))