summaryrefslogtreecommitdiff
path: root/debian/patches/0100-source_spelling.patch
blob: eec67984b0193fb0d4319f4ac97223ae535c6e6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Correct source typos
Author: Jörg Frings-Fürst <debian@jff.email>
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)