Codebase list frei0r / 4737a71
Fixed spelling errors IOhannes m zmölnig 12 years ago
2 changed file(s) with 18 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Description: Fixing spelling mistakes
1 Author: IOhannes m zmölnig <umlaeute@debian.org>
2 Forwarded: http://lists.dyne.org/lurker/message/20140521.064611.ef8b1c6a.en.html
3 Last-Update: 2014-05-21
4 ---
5 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
6 --- frei0r.orig/src/filter/spillsupress/spillsupress.c
7 +++ frei0r/src/filter/spillsupress/spillsupress.c
8 @@ -124,7 +124,7 @@
9 case 0:
10 info->name = "supresstype";
11 info->type = F0R_PARAM_DOUBLE;
12 - info->explanation = "Defines if green or blue screen spill supress is applied";
13 + info->explanation = "Defines if green or blue screen spill suppress is applied";
14 break;
15 }
16 }
66 020140427~fc84121.patch
77 1-AM_INIT_AUTOMAKE.patch
88 1-build-doc.patch
9 1-fix-spelling.patch