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:
@@ -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);
|
||||
|
||||
@@ -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:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user