diff --git a/debian/patches/1-fix-spelling.patch b/debian/patches/1-fix-spelling.patch new file mode 100644 index 0000000..9d62745 --- /dev/null +++ b/debian/patches/1-fix-spelling.patch @@ -0,0 +1,17 @@ +Description: Fixing spelling mistakes +Author: IOhannes m zmölnig +Forwarded: http://lists.dyne.org/lurker/message/20140521.064611.ef8b1c6a.en.html +Last-Update: 2014-05-21 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- frei0r.orig/src/filter/spillsupress/spillsupress.c ++++ frei0r/src/filter/spillsupress/spillsupress.c +@@ -124,7 +124,7 @@ + case 0: + info->name = "supresstype"; + info->type = F0R_PARAM_DOUBLE; +- info->explanation = "Defines if green or blue screen spill supress is applied"; ++ info->explanation = "Defines if green or blue screen spill suppress is applied"; + break; + } + } diff --git a/debian/patches/series b/debian/patches/series index 3fe0d0c..14699b3 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -7,3 +7,4 @@ 020140427~fc84121.patch 1-AM_INIT_AUTOMAKE.patch 1-build-doc.patch +1-fix-spelling.patch