Description: Correct source typos Author: Jörg Frings-Fürst Forwarded: not-needed Last-Update: 2022-02-04 ---- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/backend/epsonds-jpeg.c =================================================================== --- trunk.orig/backend/epsonds-jpeg.c +++ trunk/backend/epsonds-jpeg.c @@ -194,7 +194,7 @@ void eds_decode_jpeg(epsonds_scanner*s, } } } - DBG(10,"decodded lines = %d\n", sum); + DBG(10,"decoded lines = %d\n", sum); // abandon unncessary data if ((JDIMENSION)sum < jpeg_cinfo.output_height)