From bc7bfb103acda936bd145f2d90e292a5fe0460d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 13 Oct 2015 07:21:57 +0200 Subject: Rename & reorder patches --- debian/patches/0100-source_spelling.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 debian/patches/0100-source_spelling.patch (limited to 'debian/patches/0100-source_spelling.patch') diff --git a/debian/patches/0100-source_spelling.patch b/debian/patches/0100-source_spelling.patch new file mode 100644 index 0000000..a3725e6 --- /dev/null +++ b/debian/patches/0100-source_spelling.patch @@ -0,0 +1,18 @@ +Description: Correct source typos +Author: Jörg Frings-Fürst +Last-Update: 2015-10-13 +---- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/backend/hp-scl.c +=================================================================== +--- trunk.orig/backend/hp-scl.c ++++ trunk/backend/hp-scl.c +@@ -2083,7 +2083,7 @@ hp_scl_strerror (int errnum) + case 1024: return "ADF Paper Jam"; + case 1025: return "Home Position Missing"; + case 1026: return "Paper Not Loaded"; +- default: return "??Unkown Error??"; ++ default: return "??Unknown Error??"; + } + } + -- cgit v1.2.3