Codebase list frei0r / 60839d0 debian / patches / 1-fix-spelling.patch
60839d0

Tree @60839d0 (Download .tar.gz)

1-fix-spelling.patch @60839d0raw · history · blame

Description: Fixing spelling mistakes
Author: IOhannes m zmölnig <umlaeute@debian.org>
Forwarded: https://github.com/dyne/frei0r/pull/5
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;
   }
 }