mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
[ 1243081 ] repair typos
This commit is contained in:
parent
c9878e1b22
commit
08c02dbb85
9 changed files with 11 additions and 11 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue