Fixed 2 typos

This commit is contained in:
mainzelm 2001-03-25 17:14:32 +00:00
parent 5d4b66daf4
commit 5b8818ffef
2 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@
(char-set-copy char-set:empty)
elts)))
(values (re-char-set (if negate?
(char-set-compelment! cset)
(char-set-complement! cset)
cset))
i)))