diff options
| author | Štěpán Němec <stepnem@gmail.com> | 2020-04-21 10:51:45 +0200 |
|---|---|---|
| committer | Štěpán Němec <stepnem@gmail.com> | 2021-04-24 18:26:07 +0200 |
| commit | 2c2dfbbbf052353d3d64109e9b7e3d9b247d1e3c (patch) | |
| tree | 83770ac6ffa9d9530fc1d10a50e89140962c20be /src/character.h | |
| parent | af464e438004698865eafc1b871d4316cfcd8dad (diff) | |
; Fix some typos in doc strings and manuals
Diffstat (limited to 'src/character.h')
| -rw-r--r-- | src/character.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/character.h b/src/character.h index d19e1e2604c..75351cd1edf 100644 --- a/src/character.h +++ b/src/character.h @@ -42,7 +42,7 @@ INLINE_HEADER_BEGIN F9..FF 11111yyy In each bit pattern, 'x' and 'y' each represent a single bit of the - character code payload, and least one 'y' must be a 1 bit. + character code payload, and at least one 'y' must be a 1 bit. In the 5-byte sequence, the 22-bit payload cannot exceed 3FFF7F. */ |
