[SCM] eq10q/master: Add spelling patch.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Dec 13 09:18:36 UTC 2016


The following commit has been merged in the master branch:
commit 7abd984dfda2e233d356a467833b2ad361d6c5cf
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Dec 13 09:56:56 2016 +0100

    Add spelling patch.

diff --git a/debian/patches/04-spelling.patch b/debian/patches/04-spelling.patch
new file mode 100644
index 0000000..2b29dfc
--- /dev/null
+++ b/debian/patches/04-spelling.patch
@@ -0,0 +1,26 @@
+Description:  Fix spelling.
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
+Index: eq10q/gui/widgets/eqwindow.cpp
+===================================================================
+--- eq10q.orig/gui/widgets/eqwindow.cpp
++++ eq10q/gui/widgets/eqwindow.cpp
+@@ -218,7 +218,7 @@ EqMainWindow::EqMainWindow(int iAudioCha
+   m_MainWidgetAlign.show();
+   
+   //Add some tooltips
+-  m_AButton.set_tooltip_text("A/B eq comparation");
++  m_AButton.set_tooltip_text("A/B eq comparison");
+   m_BypassButton.set_tooltip_text("Enable/Disable the equalizer");
+   m_FlatButton.set_tooltip_text("Reset all values to default");
+   m_GainFaderIn->set_tooltip_text("Adjust the input gain");
+@@ -577,7 +577,7 @@ void EqMainWindow::onBandCtlMidSideChang
+   float fValue = (float)ival;
+   write_function(controller, band + PORT_OFFSET + 2*m_iNumOfChannels + 4*m_iNumOfBands, sizeof(float), 0, &fValue);
+   
+-  //TODO maybe I want to use AB comparation with MID-SIDE????
++  //TODO maybe I want to use AB comparison with MID-SIDE????
+   //m_CurParams->setBandEnabled(iBand, (fValue > 0.5)); 
+ }
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 4403ddd..d067d26 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 01-fix_prexix.patch
 02-remove_sse_flags.patch
 03-fix_flags.patch
+04-spelling.patch

-- 
eq10q packaging



More information about the pkg-multimedia-commits mailing list