Changeset 8395


Ignore:
Timestamp:
Feb 2, 2008, 6:46:05 PM (17 years ago)
Author:
Gary Byers
Message:

Fix typo in error message in %COUNT-CHARACTERS-IN-OCTET-VECTOR.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/level-1/l1-unicode.lisp

    r7794 r8395  
    47184718(defun %count-characters-in-octet-vector (vector start end encoding)
    47194719  (unless (= (typecode vector) target::subtag-u8-vector)
    4720     (report-bad-arg vector '(simple-array (unsgigned-byte 8) (*))))
     4720    (report-bad-arg vector '(simple-array (unsigned-byte 8) (*))))
    47214721  (funcall (character-encoding-length-of-vector-encoding-function encoding)
    47224722           vector
Note: See TracChangeset for help on using the changeset viewer.