[ 1243081 ] repair typos

This commit is contained in:
Georg Brandl 2005-07-22 18:39:19 +00:00
parent c9878e1b22
commit 08c02dbb85
9 changed files with 11 additions and 11 deletions

View file

@ -36,7 +36,7 @@ ENCODER(cp932)
continue;
}
else if (c >= 0xf8f0 && c <= 0xf8f3) {
/* Windows compatability */
/* Windows compatibility */
REQUIRE_OUTBUF(1)
if (c == 0xf8f0)
OUT1(0xa0)