1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-05-01 11:45:29 +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

View File

@@ -163,7 +163,7 @@ int main(int argc, char** argv) {
strcat(pattern, C128Table[106]); // Stop
/* Start ouputting SVG file */
/* Start outputting SVG file */
print_head(cat_number);
print_cue();
print_data(pattern);

View File

@@ -7,7 +7,7 @@
*
* The same code can also be used to resolve PDF417 symbols with the
* StrokeScribe 417 font and linear symbols with the StrokeScribe 1D
* font, all of which are available from the same souce.
* font, all of which are available from the same source.
*
* This code can be compiled with:
*