summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:10:04 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:10:04 +0100
commit669160fa20814937dec3fe42253b34521805994c (patch)
tree7cfc430c9c4ccb4123f9e1fbbc7d883d85915d47
parentAdd some encodings (diff)
downloadlibcharsets-669160fa20814937dec3fe42253b34521805994c.tar.gz
libcharsets-669160fa20814937dec3fe42253b34521805994c.tar.bz2
libcharsets-669160fa20814937dec3fe42253b34521805994c.tar.xz
fix typosHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r--maps/SYNTAX4
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/SYNTAX b/maps/SYNTAX
index a3ad110..04e17a8 100644
--- a/maps/SYNTAX
+++ b/maps/SYNTAX
@@ -18,7 +18,7 @@
value calculations can be specified in <sequence range>
If "readonly" is present, the mapping should only be used when decoding,
not when encoding. For each mapped code point, there must exist exactly
- on mapping that is not "readonly".
+ one mapping that is not "readonly".
<sequence range>
<byte>
@@ -35,7 +35,7 @@
<value>(["-"|"+"]<value>)...
The <value>s should be ordered by mapping value.
The first <value> is the lowest values byte in domain (valued 0).
- "-" creates a range from the previous <value> upto and include
+ "-" creates a range from the previous <value> up to and including
the <value> behind it
"+" creates a domain disjunction, skipping over the values
between, but excluding, the values between the <value>s