summaryrefslogtreecommitdiff
path: root/debian/patches/0003-Fix-suc-c-essful-typo-in-debug-message.patch
blob: e8254e8406cb9b8d6421c313b68ef17d955509b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From ddd854b4afe259da72cf5bb6b6e90bba0ea67f2e Mon Sep 17 00:00:00 2001
From: Didier Raboud <odyx@debian.org>
Date: Mon, 11 Jun 2018 20:08:46 +0200
Subject: Fix suc{,c}essful typo in debug message

---
 src/filter.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/filter.c b/src/filter.c
index 42a6366..e12e289 100644
--- a/src/filter.c
+++ b/src/filter.c
@@ -551,7 +551,7 @@ main (int argc, char *argv[])
 				pagebuf = startpage;
 				free (pagebuf);
 			}
-			debug_msg("free page sucessfull\n");
+			debug_msg("free page successfull\n");
 			err = epsEndPage(FALSE);
 
 			if(err)