[SCM] x42-plugins/master: Added spelling patch.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Jun 20 19:36:04 UTC 2016


The following commit has been merged in the master branch:
commit cd82984593ab4d6fa8357999551f3c5cfa4fcc93
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Jun 20 21:12:10 2016 +0200

    Added spelling patch.

diff --git a/debian/patches/0001-spelling.patch b/debian/patches/0001-spelling.patch
new file mode 100644
index 0000000..74b0ddf
--- /dev/null
+++ b/debian/patches/0001-spelling.patch
@@ -0,0 +1,17 @@
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Description: Fix spelling
+Forwarded: robin at gareus.org
+
+Index: x42-plugins/mixtri.lv2/gui/mixtri.c
+===================================================================
+--- x42-plugins.orig/mixtri.lv2/gui/mixtri.c
++++ x42-plugins/mixtri.lv2/gui/mixtri.c
+@@ -1261,7 +1261,7 @@ static RobWidget *toplevel_mixtri(MixTri
+ 
+ 	ui->sel_trig_edge = robtk_select_new();
+ 	robtk_select_add_item(ui->sel_trig_edge, 1, "rising edge");
+-	robtk_select_add_item(ui->sel_trig_edge, 2, "falling egde");
++	robtk_select_add_item(ui->sel_trig_edge, 2, "falling edge");
+ 	robtk_select_add_item(ui->sel_trig_edge, 3, "any edge");
+ 	robtk_select_set_callback(ui->sel_trig_edge, cb_set_trig_edge, ui);
+ 	TBLADD(robtk_select_widget(ui->sel_trig_edge), 10, 12, 1);
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4c43a0c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-spelling.patch

-- 
x42-plugins packaging



More information about the pkg-multimedia-commits mailing list