[SCM] yoshimi/master: Add spelling patch.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Tue Aug 22 11:22:45 UTC 2017
The following commit has been merged in the master branch:
commit 3eaba81ce9fe221e907f3b54c8b6197ca7efdc9c
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Tue Aug 22 12:18:22 2017 +0200
Add spelling patch.
diff --git a/debian/patches/02-spelling.patch b/debian/patches/02-spelling.patch
new file mode 100644
index 0000000..9b5208c
--- /dev/null
+++ b/debian/patches/02-spelling.patch
@@ -0,0 +1,39 @@
+Description: Spelling patch.
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: willgodfrey at musically.me.uk
+
+Index: yoshimi/src/Interface/CmdInterface.cpp
+===================================================================
+--- yoshimi.orig/src/Interface/CmdInterface.cpp
++++ yoshimi/src/Interface/CmdInterface.cpp
+@@ -127,7 +127,7 @@ string configlist [] = {
+ "ACtivate [s]", "program change activates part (Enable {other})",
+ "Extended [s]", "extended program change (Enable {other})",
+ "Quiet [s]", "ignore 'reset all controllers' (Enable {other})",
+- "Log [s]", "incomming MIDI CCs (Enable {other})",
++ "Log [s]", "incoming MIDI CCs (Enable {other})",
+ "SHow [s]", "GUI MIDI learn editor (Enable {other})",
+ "end"
+ };
+@@ -159,7 +159,7 @@ string partlist [] = {
+ string learnlist [] = {
+ "MUte <s>", "Enable/Disable this line (Enable, {other})",
+ "7Bit", "Set incoming NRPNs as 7 bit (Enable, {other})",
+- "CC <n2>", "Set incoming controler value",
++ "CC <n2>", "Set incoming controller value",
+ "CHan <n2>", "Set incoming channel number",
+ "MIn <n2>", "Set minimm percentage",
+ "MAx <n2>", "set maximum percentage",
+Index: yoshimi/src/Interface/InterChange.cpp
+===================================================================
+--- yoshimi.orig/src/Interface/InterChange.cpp
++++ yoshimi/src/Interface/InterChange.cpp
+@@ -1177,7 +1177,7 @@ string InterChange::resolveConfig(Comman
+ yesno = true;
+ break;
+ case 73:
+- contstr += "Log incomming CCs";
++ contstr += "Log incoming CCs";
+ yesno = true;
+ break;
+ case 74:
diff --git a/debian/patches/series b/debian/patches/series
index ac0ed64..5294a2e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
01-gcc_flags.patch
+02-spelling.patch
--
yoshimi packaging
More information about the pkg-multimedia-commits
mailing list