1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-06-09 23:23:36 +00:00

Fix some typos; add _typos.toml

This commit is contained in:
gitlost
2026-02-26 22:35:25 +00:00
parent bd33953fc1
commit 6dd216db85
14 changed files with 98 additions and 21 deletions
+1 -1
View File
@@ -7477,7 +7477,7 @@ alt="zint -b AZTEC -d "123456789012"" />
Code) as well as full-range Aztec Code symbols and by default will
automatically select symbol type and size dependent on the length of the
data to be encoded. Error correction codewords will normally be
generated to fill at least 23% of the symbol. Two options, mutally
generated to fill at least 23% of the symbol. Two options, mutually
exclusive, are available to change this behaviour:</p>
<ol type="1">
<li>The size of the symbol can be specified using the
+1 -1
View File
@@ -4764,7 +4764,7 @@ Zint can generate Compact Aztec Code (sometimes called Small Aztec Code) as well
as 'full-range' Aztec Code symbols and by default will automatically select
symbol type and size dependent on the length of the data to be encoded. Error
correction codewords will normally be generated to fill at least 23% of the
symbol. Two options, mutally exclusive, are available to change this behaviour:
symbol. Two options, mutually exclusive, are available to change this behaviour:
1) The size of the symbol can be specified using the `--vers` option (API
`option_2`) to a value between 1 and 36 according to the following table. The
+1 -1
View File
@@ -4546,7 +4546,7 @@ Zint can generate Compact Aztec Code (sometimes called Small Aztec Code) as well
as full-range Aztec Code symbols and by default will automatically select
symbol type and size dependent on the length of the data to be encoded. Error
correction codewords will normally be generated to fill at least 23% of the
symbol. Two options, mutally exclusive, are available to change this behaviour:
symbol. Two options, mutually exclusive, are available to change this behaviour:
1) The size of the symbol can be specified using the --vers option (API
option_2) to a value between 1 and 36 according to the following table. The
+1 -1
View File
@@ -15,7 +15,7 @@ SCALE_ULTRA=2
SCALE_UPCEAN=0.5
# Depending on platform and versions of installed components, may need to adjust the scales
# Multipying by 4 now seems necessary on Ubuntu 22.04 with pandoc 2.19
# Multiplying by 4 now seems necessary on Ubuntu 22.04 with pandoc 2.19
scales=( SCALE_LINEAR SCALE_2D SCALE_2D_BIGGER SCALE_TRACK SCALE_DOTTY SCALE_ULTRA SCALE_UPCEAN )
for scale in "${scales[@]}" ; do
eval $scale=$(echo "${!scale} * 4" | bc)