1
0
Fork 0
mirror of https://git.code.sf.net/p/zint/code synced 2025-05-31 23:28:27 -04:00

manual: Deutshe -> Deutsche ()

This commit is contained in:
gitlost 2022-08-05 23:51:24 +01:00
parent 516e4ddd49
commit c0a5c7b125
7 changed files with 17 additions and 17 deletions
backend

View file

@ -1062,7 +1062,7 @@ INTERNAL int ean14(struct zint_symbol *symbol, unsigned char source[], int lengt
return error_number;
}
/* DPD (Deutsher Paket Dienst) Code */
/* DPD (Deutscher Paketdienst) Code */
/* Specification at ftp://dpd.at/Datenspezifikationen/EN/gbs_V4.0.2_hauptdokument.pdf
* or https://docplayer.net/33728877-Dpd-parcel-label-specification.html */
INTERNAL int dpd(struct zint_symbol *symbol, unsigned char source[], int length) {